From aa44edf20e922f5a5e5debb5d1206b5a64476868 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 29 Sep 2024 17:06:19 +0200 Subject: [PATCH] python3Packages.pymdown-extensions: 10.8.1 -> 10.11 --- .../python-modules/pymdown-extensions/default.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/development/python-modules/pymdown-extensions/default.nix b/pkgs/development/python-modules/pymdown-extensions/default.nix index 627d5ad562dc..f0c56593bb2c 100644 --- a/pkgs/development/python-modules/pymdown-extensions/default.nix +++ b/pkgs/development/python-modules/pymdown-extensions/default.nix @@ -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 = [