python312Packages.pymdown-extensions: 10.7.1 -> 10.8.1
https://github.com/facelessuser/pymdown-extensions/releases/tag/10.8.0 https://github.com/facelessuser/pymdown-extensions/releases/tag/10.8.1
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
fetchpatch2,
|
||||
hatchling,
|
||||
pytestCheckHook,
|
||||
markdown,
|
||||
@@ -45,19 +46,27 @@ let
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "pymdown-extensions";
|
||||
version = "10.7.1";
|
||||
format = "pyproject";
|
||||
version = "10.8.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "facelessuser";
|
||||
repo = "pymdown-extensions";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-P2MkGD0B9mn34ia3Kd4MQej1XryNVXWVMF4JHaPTS0M=";
|
||||
hash = "sha256-No0RDBgr40xSOiKXQRLRZnMdV+5i4eM8Jwp7c2Jw/ZY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ hatchling ];
|
||||
patches = [
|
||||
(fetchpatch2 {
|
||||
name = "pymdown-extensions-pygments-compat.patch";
|
||||
url = "https://github.com/facelessuser/pymdown-extensions/commit/f1e2fad862c9738e420b8451dfdfbd9e90e849fc.patch";
|
||||
hash = "sha256-ENYTRXBJ76VPhhab8MdOh+bkcQNRklXT3thvPi+gHIY=";
|
||||
})
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ hatchling ];
|
||||
|
||||
dependencies = [
|
||||
markdown
|
||||
pygments
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user