guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 489d9944c29dac2650b9c65cc2c93d5a7d0222e0
Author: Dariqq <[email protected]>
AuthorDate: Wed Feb 18 17:01:07 2026 +0000
gnu: python-merge3: Update to 0.0.16.
* gnu/packages/python-xyz.scm (python-merge3): Update to 0.0.16.
Change-Id: If05891561a34552979cae6ecc48caf5818458d7f
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 106bb4ce09..264eb5cb88 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11500,7 +11500,7 @@ humans, and implementation simplicity.")
(define-public python-merge3
(package
(name "python-merge3")
- (version "0.0.15")
+ (version "0.0.16")
(source
(origin
(method git-fetch)
@@ -11509,7 +11509,7 @@ humans, and implementation simplicity.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0p52fdzra86d03p5gwz7wmb2pgzkv0frgdhhg9wfld8qr0611wp4"))))
+ (base32 "18z0ya92qlrm1imwi6lws4b0y9a66gknlcpylyb9h6m733bf5slb"))))
(build-system pyproject-build-system)
(arguments (list #:test-backend #~'unittest))
(native-inputs (list python-setuptools))