me
/
guix
Archived
1
0
Fork 0

gnu: diffoscope: Update to 194.

* gnu/packages/diffoscope.scm (diffoscope): Update to 194.
master
Tobias Geerinckx-Rice 2021-11-29 20:19:25 +01:00
parent 588698c92b
commit c6a15cf756
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
(define-public diffoscope
(package
(name "diffoscope")
(version "192")
(version "194")
(source
(origin
(method git-fetch)
@ -82,7 +82,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1anj90r7nvdd7vscx27xnh7vivhq16gxg9cffpwb4w7i02ij5w6b"))
(base32 "106ynj34cp5kcqdxrsb4cyskf0lv0sdghyayq1xiardy4p4jafcr"))
(patches
(search-patches "diffoscope-fix-llvm-test.patch"))))
(build-system python-build-system)