diff options
| author | Dariqq <dariqq@posteo.net> | 2026-02-18 17:01:07 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-18 23:17:37 +0100 |
| commit | 489d9944c29dac2650b9c65cc2c93d5a7d0222e0 (patch) | |
| tree | 42820f925f46b4785f26192cf2025890aa5e1798 /gnu/packages/python-xyz.scm | |
| parent | 3327c568bbbe4c376f477b22d3f8eb95acd02ded (diff) | |
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 <andreas@enge.fr>
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 106bb4ce09b..264eb5cb887 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)) |
