mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: diffoscope: Update to 62.
* gnu/packages/package-management.scm (diffoscope): Update to 62.
This commit is contained in:
parent
bac3d6095d
commit
e3e3e488a1
1 changed files with 2 additions and 2 deletions
|
@ -478,13 +478,13 @@ (define-public rpm
|
|||
(define-public diffoscope
|
||||
(package
|
||||
(name "diffoscope")
|
||||
(version "61")
|
||||
(version "62")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qpk2l6p9z58s61jfx6adm96f5r21ns128db0876zd6b6h34411p"))))
|
||||
"127b4gsw11hjbha5jpz5i42pc142h52pwzs1p792047y0j1yjg8z"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue