Skip to content

Commit

Permalink
python312Packages.pymdown-extensions: 10.11.2 -> 10.13 (#362950)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 1, 2025
2 parents f28864e + 855d65c commit 38b2ad0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ let
in
buildPythonPackage rec {
pname = "pymdown-extensions";
version = "10.11.2";
version = "10.13";
pyproject = true;

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

build-system = [ hatchling ];
Expand Down

0 comments on commit 38b2ad0

Please sign in to comment.