gnu: diffoscope: Update to 165.

* gnu/packages/diffoscope.scm (diffoscope): Update to 165.
This commit is contained in:
Vagrant Cascadian 2021-02-07 19:04:00 -08:00 committed by Vagrant Cascadian
parent 8692f0e73b
commit b6ad414f47
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

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