summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-15 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-15 02:00:10 +0200
commitad07af353877f8f438d92b04eeb4955f077ca499 (patch)
tree46287a9cc922c77bceceaabe160a36529a98d564 /gnu
parentgnu: libdeflate: Update to 1.10. (diff)
downloadguix-ad07af353877f8f438d92b04eeb4955f077ca499.tar.gz
guix-ad07af353877f8f438d92b04eeb4955f077ca499.tar.bz2
guix-ad07af353877f8f438d92b04eeb4955f077ca499.tar.xz
gnu: diffoscope: Update to 213.
* gnu/packages/diffoscope.scm (diffoscope): Update to 213.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/diffoscope.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index b4279a3fb5..bd091fedfc 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -1,7 +1,7 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
3;;; Copyright © 2017, 2021 Ricardo Wurmus <rekado@elephly.net> 3;;; Copyright © 2017, 2021 Ricardo Wurmus <rekado@elephly.net>
4;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr> 4;;; Copyright © 2017–2022 Tobias Geerinckx-Rice <me@tobias.gr>
5;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu> 5;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu>
6;;; Copyright © 2018, 2019 Rutger Helling <rhelling@mykolab.com> 6;;; Copyright © 2018, 2019 Rutger Helling <rhelling@mykolab.com>
7;;; Copyright © 2019 Vagrant Cascadian <vagrant@reproducible-builds.org> 7;;; Copyright © 2019 Vagrant Cascadian <vagrant@reproducible-builds.org>
@@ -74,7 +74,7 @@
74(define-public diffoscope 74(define-public diffoscope
75 (package 75 (package
76 (name "diffoscope") 76 (name "diffoscope")
77 (version "212") 77 (version "213")
78 (source 78 (source
79 (origin 79 (origin
80 (method git-fetch) 80 (method git-fetch)
@@ -83,7 +83,7 @@
83 (commit version))) 83 (commit version)))
84 (file-name (git-file-name name version)) 84 (file-name (git-file-name name version))
85 (sha256 85 (sha256
86 (base32 "1yzxqynrbr9kj7f5qxfzcxr8vb86xygm2yzgq8rqqc1khzsl7q90")) 86 (base32 "075zrraj7pibwgi731pa506pkq5i06mpilqa03w3dd548b1jc9py"))
87 (patches 87 (patches
88 (search-patches "diffoscope-fix-llvm-test.patch")))) 88 (search-patches "diffoscope-fix-llvm-test.patch"))))
89 (build-system python-build-system) 89 (build-system python-build-system)