1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 09:35:56 +02:00

gnu: diffoscope: Update to 150.

* gnu/packages/diffoscope (diffoscope): Update to 150.
This commit is contained in:
Vagrant Cascadian
2020-07-03 21:47:35 +00:00
committed by Vagrant Cascadian
parent 0f524de38a
commit 394ec7158a
+2 -2
View File
@@ -72,7 +72,7 @@
(define-public diffoscope
(package
(name "diffoscope")
(version "148")
(version "150")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -81,7 +81,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"0siv5z8iqgkzl51dmv69ifqids6hqmiir00yyl1aaqbginrwyhyv"))))
"0a3hycbbbpadwcck8zc9q3xsjclb36h2nkn95ff39q37966mm5rz"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases