gnu: diffoscope: Update to 217.

* gnu/packages/diffoscope.scm (diffoscope): Update to 217.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-19 02:00:01 +02:00
parent 29e5ef1379
commit 14fdbeb3fb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -74,7 +74,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope
(package
(name "diffoscope")
(version "216")
(version "217")
(source
(origin
(method git-fetch)
@ -83,7 +83,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "066w4mcrjvymwii5j5hylcslpz18wgd5afl11z1n3588j8c1zw15"))
(base32 "0vbyg8lm5ddrdkhahcs70rhdmz42blppzliryghxcyyxs7g3gzq5"))
(patches
(search-patches "diffoscope-fix-llvm-test.patch"))))
(build-system python-build-system)