gnu: diffoscope: Update to 209.

* gnu/packages/diffoscope.scm (diffoscope): Update to 209.
This commit is contained in:
Vagrant Cascadian 2022-04-08 15:22:44 -07:00 committed by Vagrant Cascadian
parent 0996d48d0e
commit 55b5ad2eeb
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

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