diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-31 08:18:48 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:25 +0200 |
commit | f806aa80aa28b7afa7b801c7be41de6c282588e5 (patch) | |
tree | 422b052b2925b2ee4140e8c8e767e48b7c83c75b /gnu/packages/python-xyz.scm | |
parent | b0c6e6017e219bd6c722380bc95661c48fffc404 (diff) |
gnu: python-patch-ng: Update to 1.18.1.
* gnu/packages/python-xyz.scm (python-patch-ng): Update to 1.18.1.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5f5de3be91..bfcaef5955 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10591,7 +10591,7 @@ semantic version parser for Node.js.") (define-public python-patch-ng (package (name "python-patch-ng") - (version "1.17.4") + (version "1.18.1") (source (origin (method git-fetch) ;no tests in PyPI archive @@ -10601,7 +10601,7 @@ semantic version parser for Node.js.") (file-name (git-file-name name version)) (sha256 (base32 - "0qxn4ss2s54qy87xrpcybz26kp2fwlaq41x4k9jcmp6d7p0w569m")))) + "1kr3h0bkcr02zyfsmwmxfv5b4b9vf3bhsvrlwp6cwrfy3q3qnyq8")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |