gnu: diffoscope: Update to 116.

* gnu/packages/package-management (diffoscope): Update to 116.
This commit is contained in:
Vagrant Cascadian 2019-07-07 18:26:41 -07:00 committed by Vagrant Cascadian
parent bf187d92e3
commit d335ef51d7
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -563,16 +563,16 @@ (define-public rpm
(define-public diffoscope (define-public diffoscope
(package (package
(name "diffoscope") (name "diffoscope")
(version (git-version "115" "1" "7f3416ffd12572b42c814e43ac15cee44ef48155")) (version "116")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://salsa.debian.org/reproducible-builds/diffoscope.git") (url "https://salsa.debian.org/reproducible-builds/diffoscope.git")
(commit "7f3416ffd12572b42c814e43ac15cee44ef48155"))) (commit "116")))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1pn2rwlz5shdx7s63798wx2v7029bl5if6dlq3i2r6zsnpp0laki")))) "1anz2c112y0w21mh7xp6bs6z7v10dcy1i25nypkvqy3j929m0g28"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases