gnu: diffoscope: Update to 151.

* gnu/packages/diffoscope (diffoscope): Update to 151.
This commit is contained in:
Vagrant Cascadian 2020-07-17 21:12:01 +00:00 committed by Vagrant Cascadian
parent c9ea5dfdbe
commit 607a136a25
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -72,7 +72,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope (define-public diffoscope
(package (package
(name "diffoscope") (name "diffoscope")
(version "150") (version "151")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -81,7 +81,7 @@ (define-public diffoscope
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0a3hycbbbpadwcck8zc9q3xsjclb36h2nkn95ff39q37966mm5rz")))) "1lv44ngqij9dp3xk9jj95w7an7h03iac6b2ifpq33j5fffswa1sm"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases