Merge pull request #283315 from r-ryantm/auto-update/python311Packages.pymdown-extensions
python311Packages.pymdown-extensions: 10.5 -> 10.7
This commit is contained in:
commit
7841678937
1 changed files with 2 additions and 2 deletions
|
@ -44,14 +44,14 @@ let
|
|||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "pymdown-extensions";
|
||||
version = "10.5";
|
||||
version = "10.7";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "facelessuser";
|
||||
repo = "pymdown-extensions";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-S9xnGzX9VHRWDfrlIVcywiyuyyxIFYitwTMdGZ2NEqo=";
|
||||
hash = "sha256-jeU3mXaARToN1NZ+pcogCu70foGc5xAmijLUSfd9k9U=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ hatchling ];
|
||||
|
|
Loading…
Reference in a new issue