me
/
guix
Archived
1
0
Fork 0

gnu: diffoscope: Update to 145.

* gnu/packages/diffoscope (diffoscope): Update to 145.
master
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
1 changed files with 2 additions and 2 deletions

View File

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