gnu: diffoscope: Update to 164.

* gnu/packages/diffoscope.scm (diffoscope): Update to 164.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Vincent Legoll 2021-01-12 19:27:15 +01:00 committed by Ludovic Courtès
parent d4f5ea502d
commit 670a79a839
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -72,7 +72,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope
(package
(name "diffoscope")
(version "162")
(version "164")
(source (origin
(method git-fetch)
(uri (git-reference
@ -81,7 +81,7 @@ (define-public diffoscope
(file-name (git-file-name name version))
(sha256
(base32
"02wjjbmdbyqpyizw384j50bc2ar4g5m40amz9q102gqbw6sflwbf"))))
"0vjxhz8p0k4y19sl1msrl8x4z3v205rlwj52k5hijv2gn9sqh795"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases