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:
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

View file

@ -25451,13 +25451,13 @@ (define-public python-diceware
(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