gnu: diffoscope: Update to 114.
* gnu/packages/package-management (diffoscope): Update to 114. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b901b72545
commit
c31bec88a8
1 changed files with 2 additions and 2 deletions
|
@ -546,13 +546,13 @@ (define-public rpm
|
|||
(define-public diffoscope
|
||||
(package
|
||||
(name "diffoscope")
|
||||
(version "113")
|
||||
(version "114")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri name version))
|
||||
(sha256
|
||||
(base32
|
||||
"10wjri6vsqxf2nb7jjhsq38qlpf407b4qrdczrk696aa1v71i44w"))))
|
||||
"07sma4izcqxdv0zi1s5fnsybvkc47c3vbpm372sg83q8l7rhizzp"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue