me
/
guix
Archived
1
0
Fork 0

gnu: diffoscope: Update to 197.

* gnu/packages/diffoscope.scm (diffoscope): Update to 197.
master
Tobias Geerinckx-Rice 2021-12-18 19:36:10 +01:00
parent 366e35c843
commit 04c1dabfab
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
(define-public diffoscope
(package
(name "diffoscope")
(version "194")
(version "197")
(source
(origin
(method git-fetch)
@ -83,7 +83,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "106ynj34cp5kcqdxrsb4cyskf0lv0sdghyayq1xiardy4p4jafcr"))
(base32 "0wpwzjqv7pbah55hmajyca7mmz7xv98mg0yqknjzmrjvfnm6azgw"))
(patches
(search-patches "diffoscope-fix-llvm-test.patch"))))
(build-system python-build-system)