gnu: diffoscope: Update to 146.

* gnu/packages/diffoscope.scm (diffoscope): Update to 146.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-05 19:06:11 +02:00
parent a0e5111eb1
commit ba6d361255
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -72,7 +72,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope
(package
(name "diffoscope")
(version "145")
(version "146")
(source (origin
(method git-fetch)
(uri (git-reference
@ -81,7 +81,7 @@ (define-public diffoscope
(file-name (git-file-name name version))
(sha256
(base32
"01n7q3q0hib4bd8gcq0yjghy5zhp0fh0bq1jxrn2ww8zyd4knmc3"))))
"07kd3vshf4wlm0mv3mp6ljbxjq80mcg52w5ks6si1gnpzfbfz07p"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases