gnu: diffoscope: Update to 112.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Vagrant Cascadian 2019-02-25 17:30:26 -08:00 committed by Leo Famulari
parent 848b3749b2
commit 6dacaa70a0
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
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 "111")
(version "112")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
"0sgqx3n0ny75bvcw10pfx61z67mdk5hx3mblw4gqnn2h9vc74qz1"))))
"00ry8iczfv85qyfxmarxpgdq2h5jfj41z8sl9005brk937a7p2fk"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases