[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: diffoscope: Update to 213.
From: |
guix-commits |
Subject: |
07/07: gnu: diffoscope: Update to 213. |
Date: |
Sat, 21 May 2022 21:39:29 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ad07af353877f8f438d92b04eeb4955f077ca499
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 15 02:00:01 2022 +0200
gnu: diffoscope: Update to 213.
* gnu/packages/diffoscope.scm (diffoscope): Update to 213.
---
gnu/packages/diffoscope.scm | 6 +++---
1 file 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 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017, 2021 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017–2022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2018, 2019 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2019 Vagrant Cascadian <vagrant@reproducible-builds.org>
@@ -74,7 +74,7 @@
(define-public diffoscope
(package
(name "diffoscope")
- (version "212")
+ (version "213")
(source
(origin
(method git-fetch)
@@ -83,7 +83,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1yzxqynrbr9kj7f5qxfzcxr8vb86xygm2yzgq8rqqc1khzsl7q90"))
+ (base32 "075zrraj7pibwgi731pa506pkq5i06mpilqa03w3dd548b1jc9py"))
(patches
(search-patches "diffoscope-fix-llvm-test.patch"))))
(build-system python-build-system)
- branch master updated (b782d11f9b -> ad07af3538), guix-commits, 2022/05/21
- 02/07: gnu: pigz: Update to 2.7., guix-commits, 2022/05/21
- 01/07: gnu: pigz: Remove unused git input., guix-commits, 2022/05/21
- 03/07: gnu: pigz: Use G-expressions., guix-commits, 2022/05/21
- 06/07: gnu: libdeflate: Update to 1.10., guix-commits, 2022/05/21
- 07/07: gnu: diffoscope: Update to 213.,
guix-commits <=
- 04/07: gnu: libjcat: Update to 0.1.11., guix-commits, 2022/05/21
- 05/07: gnu: libdeflate: Omit static library., guix-commits, 2022/05/21