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

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