3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: diffoscope: Update to 192.

* gnu/packages/diffoscope.scm (diffoscope): Update to 192.
This commit is contained in:
Vagrant Cascadian 2021-11-12 15:07:16 -08:00 committed by Vagrant Cascadian
parent 3374894786
commit dc05fea1db
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

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