mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: diffoscope: Update to 150.
* gnu/packages/diffoscope (diffoscope): Update to 150.
This commit is contained in:
parent
0f524de38a
commit
394ec7158a
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ (define-module (gnu packages diffoscope)
|
||||||
(define-public diffoscope
|
(define-public diffoscope
|
||||||
(package
|
(package
|
||||||
(name "diffoscope")
|
(name "diffoscope")
|
||||||
(version "148")
|
(version "150")
|
||||||
(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
|
||||||
"0siv5z8iqgkzl51dmv69ifqids6hqmiir00yyl1aaqbginrwyhyv"))))
|
"0a3hycbbbpadwcck8zc9q3xsjclb36h2nkn95ff39q37966mm5rz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue