python3Packages.pymdown-extensions: 10.8.1 -> 10.11

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:04 +02:00
parent 121a52e2cb
commit aa44edf20e
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
fetchpatch2,
hatchling,
pytestCheckHook,
markdown,
@@ -46,24 +45,16 @@ let
in
buildPythonPackage rec {
pname = "pymdown-extensions";
version = "10.8.1";
version = "10.11";
pyproject = true;
src = fetchFromGitHub {
owner = "facelessuser";
repo = "pymdown-extensions";
rev = "refs/tags/${version}";
hash = "sha256-No0RDBgr40xSOiKXQRLRZnMdV+5i4eM8Jwp7c2Jw/ZY=";
hash = "sha256-4e1fiyBFsMxlUGN1yQ5Xncp7r2+VWWp3GU9o7bOZU30=";
};
patches = [
(fetchpatch2 {
name = "pymdown-extensions-pygments-compat.patch";
url = "https://github.com/facelessuser/pymdown-extensions/commit/f1e2fad862c9738e420b8451dfdfbd9e90e849fc.patch";
hash = "sha256-ENYTRXBJ76VPhhab8MdOh+bkcQNRklXT3thvPi+gHIY=";
})
];
build-system = [ hatchling ];
dependencies = [