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 198.

* gnu/packages/diffoscope.scm (diffoscope): Update to 198.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-04 05:38:33 +01:00
parent 18af90f089
commit 44fdd27bf2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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