summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <[email protected]>2021-05-01 05:29:06 +0200
committerTobias Geerinckx-Rice <[email protected]>2021-05-01 11:29:11 +0200
commit122fd940da6ed5190d580f06a0368b2850432426 (patch)
tree2396191dca1dfc86b5f7ca38ab39f6dea1fb33d2 /gnu
parent81450d69722dca60ec5028d85a3dd6131301ca4a (diff)
gnu: diffoscope: Update to 173.
* gnu/packages/diffoscope.scm (diffoscope): Update to 173.
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 d5f782e68d..cc2989acec 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 <[email protected]>
;;; Copyright © 2017 Ricardo Wurmus <[email protected]>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2018 Julien Lepiller <[email protected]>
;;; Copyright © 2018, 2019 Rutger Helling <[email protected]>
;;; Copyright © 2019 Vagrant Cascadian <[email protected]>
@@ -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