gnu: diffoscope: Update to 105.

* gnu/packages/package-management.scm (diffoscope): Update to 105.
This commit is contained in:
Ludovic Courtès 2018-11-19 09:44:06 +01:00
parent 1d6669afef
commit c39f3e1c43
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -571,13 +571,13 @@ transactions from C or Python.")
(define-public diffoscope
(package
(name "diffoscope")
(version "104")
(version "105")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
"0vnfhnvqvdwgh1sh2lmwad8jk2vjvq76p5xm3pfgxdik2yblmvqd"))))
"0bqkwvrvlvybqfi73qv1k5xic2qzw5lv20imqadf1wc4l8vc0vq3"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases