mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-dictdiffer: Update to 0.9.0.
* gnu/packages/python-xyz.scm (python-dictdiffer): Update to 0.9.0.
This commit is contained in:
parent
ce958bfcd9
commit
11323c2d54
1 changed files with 2 additions and 2 deletions
|
@ -25451,13 +25451,13 @@ cryptographically signed ones).")
|
||||||
(define-public python-dictdiffer
|
(define-public python-dictdiffer
|
||||||
(package
|
(package
|
||||||
(name "python-dictdiffer")
|
(name "python-dictdiffer")
|
||||||
(version "0.8.1")
|
(version "0.9.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "dictdiffer" version))
|
(uri (pypi-uri "dictdiffer" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lk3qmy1hkaphk4n7ayfk0wl6m2yvd6r7qkam6yncqfzgkbc1phs"))))
|
"0y3mk74qm2q9hsm37892i1wzn8bbdrvbs4nmnvqwq4z6pxgwzfhp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; XXX: The PyPI tarball lacks tests and the git repository
|
;; XXX: The PyPI tarball lacks tests and the git repository
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue