gnu: diffoscope: Update to 212.

* gnu/packages/diffoscope.scm (diffoscope): Update to 212.
This commit is contained in:
Vagrant Cascadian 2022-05-14 15:14:49 -07:00 committed by Vagrant Cascadian
parent 45bff50734
commit ce1c88a29b
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

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