gnu: diffoscope: Update to 104.

* gnu/packages/package-management.scm (diffoscope): Update to 104.
This commit is contained in:
Ludovic Courtès 2018-11-03 15:16:02 +01:00
parent 5e1e237a6d
commit 8e5c59868c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -570,13 +570,13 @@ (define-public rpm
(define-public diffoscope (define-public diffoscope
(package (package
(name "diffoscope") (name "diffoscope")
(version "102") (version "104")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri name version)) (uri (pypi-uri name version))
(sha256 (sha256
(base32 (base32
"0v2z98xx7n4viw12yq83flpb9ir5ahy1gn44pic0i3dam18xhcm6")))) "0vnfhnvqvdwgh1sh2lmwad8jk2vjvq76p5xm3pfgxdik2yblmvqd"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases