Skip to content

Commit 38b2ad0

Browse files
authored
python312Packages.pymdown-extensions: 10.11.2 -> 10.13 (#362950)
2 parents f28864e + 855d65c commit 38b2ad0

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/pymdown-extensions

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/pymdown-extensions/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ let
4545
in
4646
buildPythonPackage rec {
4747
pname = "pymdown-extensions";
48-
version = "10.11.2";
48+
version = "10.13";
4949
pyproject = true;
5050

5151
src = fetchFromGitHub {
5252
owner = "facelessuser";
5353
repo = "pymdown-extensions";
54-
rev = "refs/tags/${version}";
55-
hash = "sha256-1AuN2kp7L6w8RvKky3IoX4ht9uQL6o2nm6dTDo/INC0=";
54+
tag = version;
55+
hash = "sha256-uReUfJaGRQ4gMel5szTZJ5fsgJxeeNCy2I7zPf+rvts=";
5656
};
5757

5858
build-system = [ hatchling ];

0 commit comments

Comments
 (0)