summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@reproducible-builds.org>2022-04-08 15:22:44 -0700
committerVagrant Cascadian <vagrant@debian.org>2022-04-08 15:32:31 -0700
commit55b5ad2eeb88af6a5598fe6bcecf0066152b7513 (patch)
treed0cdd6e4311de284687e638cb8205b5dd637994a /gnu
parent0996d48d0e79a360e0d5583b812cd565f62ca32e (diff)
downloadguix-patches-55b5ad2eeb88af6a5598fe6bcecf0066152b7513.tar
guix-patches-55b5ad2eeb88af6a5598fe6bcecf0066152b7513.tar.gz
gnu: diffoscope: Update to 209.
* gnu/packages/diffoscope.scm (diffoscope): Update to 209.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/diffoscope.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index ca71ecc952..debd823c67 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -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)