Commit 0c939f3c authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pymdown-extensions: 10.17.2 -> 10.20

This commit was automatically generated using update-python-libraries.
parent 92c542d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,14 +45,14 @@ let
in
buildPythonPackage rec {
  pname = "pymdown-extensions";
  version = "10.17.2";
  version = "10.20";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "facelessuser";
    repo = "pymdown-extensions";
    tag = version;
    hash = "sha256-eE7DgMdUqSzjeDU7hZ7FCZC8Oyj2YpPtjAQbaLPKOhk=";
    hash = "sha256-ei1qbWDH/gpyj111TXeUR3uxmpg+wbfuPscqahjIEOU=";
  };

  build-system = [ hatchling ];