me
/
guix
Archived
1
0
Fork 0

gnu: python-dictdiffer: Update to 0.9.0.

* gnu/packages/python-xyz.scm (python-dictdiffer): Update to 0.9.0.
Marius Bakke 2022-01-11 00:41:12 +01:00
parent ce958bfcd9
commit 11323c2d54
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -25451,13 +25451,13 @@ cryptographically signed ones).")
(define-public python-dictdiffer
(package
(name "python-dictdiffer")
(version "0.8.1")
(version "0.9.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "dictdiffer" version))
(sha256
(base32
"1lk3qmy1hkaphk4n7ayfk0wl6m2yvd6r7qkam6yncqfzgkbc1phs"))))
"0y3mk74qm2q9hsm37892i1wzn8bbdrvbs4nmnvqwq4z6pxgwzfhp"))))
(build-system python-build-system)
(arguments
;; XXX: The PyPI tarball lacks tests and the git repository