[bug#77400,20/26] gnu: python-patch-ng: Update to 1.18.1.

Message ID 20250331061901.22670-20-ngraves@ngraves.fr
State New
Headers
Series Some further updates |

Commit Message

Nicolas Graves March 31, 2025, 6:18 a.m. UTC
  * gnu/packages/python-xyz.scm (python-patch-ng): Update to 1.18.1.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ba6a96f714..61a63e64dc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10366,7 +10366,7 @@  (define-public python-norns
 (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
@@ -10376,7 +10376,7 @@  (define-public python-patch-ng
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0qxn4ss2s54qy87xrpcybz26kp2fwlaq41x4k9jcmp6d7p0w569m"))))
+         "1kr3h0bkcr02zyfsmwmxfv5b4b9vf3bhsvrlwp6cwrfy3q3qnyq8"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases