gnu: diffoscope: Update to 145.

* gnu/packages/diffoscope (diffoscope): Update to 145.
This commit is contained in:
Vagrant Cascadian 2020-05-25 15:39:10 -07:00 committed by Vagrant Cascadian
parent d79c917f2d
commit 0321c6ebea
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -70,7 +70,7 @@ (define-module (gnu packages diffoscope)
#:use-module (ice-9 match))
(define-public diffoscope
(let ((version "143"))
(let ((version "145"))
(package
(name "diffoscope")
(version version)
@ -82,7 +82,7 @@ (define-public diffoscope
(file-name (git-file-name name version))
(sha256
(base32
"0j58dqdk8ln8y0bcnfy37ljs37nkl56lzxqns396300ysln0qiwm"))))
"01n7q3q0hib4bd8gcq0yjghy5zhp0fh0bq1jxrn2ww8zyd4knmc3"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases