me
/
guix
Archived
1
0
Fork 0

gnu: diffoscope: Update to 220.

* gnu/packages/diffoscope.scm (diffoscope): Update to 220.
Vagrant Cascadian 2022-08-10 19:54:50 -07:00 committed by Vagrant Cascadian
parent 6bdcd2f3f0
commit 04ef952a49
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
(define-public diffoscope
(package
(name "diffoscope")
(version "219")
(version "220")
(source
(origin
(method git-fetch)
@ -84,7 +84,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0n6dn53paxi1316fnv5abw5rlvpfd2kpfn3b08wfzrcb6chsx7br"))
(base32 "0lkwbyf1z93skgqp1w4p0d7y8wwqf0bs53i43micwaq8p8xjs1ph"))
(patches
(search-patches "diffoscope-fix-llvm-test.patch"))))
(build-system python-build-system)