[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: diffoscope: Update to 173.
From: |
guix-commits |
Subject: |
04/09: gnu: diffoscope: Update to 173. |
Date: |
Sat, 1 May 2021 05:29:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 122fd940da6ed5190d580f06a0368b2850432426
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 1 05:29:06 2021 +0200
gnu: diffoscope: Update to 173.
* gnu/packages/diffoscope.scm (diffoscope): Update to 173.
---
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 d5f782e..cc2989a 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 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017–2021 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>
@@ -72,7 +72,7 @@
(define-public diffoscope
(package
(name "diffoscope")
- (version "172")
+ (version "173")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -81,7 +81,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1lglxn9h8s7kvmfd2rsyhrcv3y8a4bppbxr9nf2sgnlbdln1vwqq"))))
+ "0x8zj7xv5h42g83c0bsqr1czrk80q6z26i52l1b83kcc10xds4dm"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
- branch master updated (e64af20 -> 1ba3df1), guix-commits, 2021/05/01
- 01/09: gnu: ustr: Omit static libraries., guix-commits, 2021/05/01
- 03/09: gnu: mailcap: Update to 2.1.53., guix-commits, 2021/05/01
- 02/09: gnu: srt: Update to 1.4.3., guix-commits, 2021/05/01
- 05/09: gnu: khal: Update to 0.10.3., guix-commits, 2021/05/01
- 04/09: gnu: diffoscope: Update to 173.,
guix-commits <=
- 08/09: gnu: qutebrowser: Update to 2.2.1., guix-commits, 2021/05/01
- 07/09: gnu: httpd: Update to 2.4.47., guix-commits, 2021/05/01
- 06/09: gnu: php: Update to 7.4.18., guix-commits, 2021/05/01
- 09/09: gnu: soci: Update to 4.0.2., guix-commits, 2021/05/01