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
(package
(name "diffoscope")
(version "102")
(version "104")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
"0v2z98xx7n4viw12yq83flpb9ir5ahy1gn44pic0i3dam18xhcm6"))))
"0vnfhnvqvdwgh1sh2lmwad8jk2vjvq76p5xm3pfgxdik2yblmvqd"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases