gnu: diffoscope: Update to 114.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Vagrant Cascadian 2019-04-28 12:43:03 -07:00 committed by Ludovic Courtès
parent b901b72545
commit c31bec88a8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -546,13 +546,13 @@ transactions from C or Python.")
(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