gnu: diffoscope: Update to 113.

* gnu/packages/package-management (diffoscope): Update to 113.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
master
Vagrant Cascadian 2019-03-06 12:36:44 -08:00 committed by Ricardo Wurmus
parent 61e265d294
commit 11599cff1e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -548,13 +548,13 @@ transactions from C or Python.")
(define-public diffoscope
(package
(name "diffoscope")
(version "112")
(version "113")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
"00ry8iczfv85qyfxmarxpgdq2h5jfj41z8sl9005brk937a7p2fk"))))
"10wjri6vsqxf2nb7jjhsq38qlpf407b4qrdczrk696aa1v71i44w"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases