gnu: diffoscope: Update to 102.

* gnu/packages/package-management.scm (diffoscope): Update to 102.
This commit is contained in:
Ludovic Courtès 2018-09-24 14:08:40 +02:00
parent 35f903778a
commit a7a887718a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

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