Skip to content
Snippets Groups Projects
Unverified Commit 6ace9f80 authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: diffoscope: Update to 61.

* gnu/packages/package-management.scm (diffoscope): Update to 61.
parent 040b6299
No related branches found
No related tags found
No related merge requests found
...@@ -476,13 +476,13 @@ (define-public rpm ...@@ -476,13 +476,13 @@ (define-public rpm
(define-public diffoscope (define-public diffoscope
(package (package
(name "diffoscope") (name "diffoscope")
(version "60") (version "61")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri name version)) (uri (pypi-uri name version))
(sha256 (sha256
(base32 (base32
"0qwsnh7sldjlwi4qydn1ljzh3322k2ga45d867ml49xr2wnsivcc")))) "1qpk2l6p9z58s61jfx6adm96f5r21ns128db0876zd6b6h34411p"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment