gnu: diffoscope: Update to 120.

* gnu/packages/package-management (diffoscope): Update to 120.
master
Vagrant Cascadian 2019-08-11 06:42:39 +00:00 committed by Vagrant Cascadian
parent dbc3f1f8b2
commit c91364d36c
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 3 additions and 3 deletions

View File

@ -563,16 +563,16 @@ transactions from C or Python.")
(define-public diffoscope
(package
(name "diffoscope")
(version "116")
(version "120")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://salsa.debian.org/reproducible-builds/diffoscope.git")
(commit "116")))
(commit "120")))
(file-name (git-file-name name version))
(sha256
(base32
"1anz2c112y0w21mh7xp6bs6z7v10dcy1i25nypkvqy3j929m0g28"))))
"07z9yclvfkw4326739l2ywzzihax5vdijiaqqpfix9rz1rb923aa"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases