[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: diffoscope: Update to 174.
From: |
guix-commits |
Subject: |
branch master updated: gnu: diffoscope: Update to 174. |
Date: |
Fri, 07 May 2021 18:17:12 -0400 |
This is an automated email from the git hooks/post-receive script.
vagrantc pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d798299 gnu: diffoscope: Update to 174.
d798299 is described below
commit d79829975ac7f5e0e9ed743acb3ec0225fe18a30
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
AuthorDate: Fri May 7 14:23:12 2021 -0700
gnu: diffoscope: Update to 174.
* gnu/packages/diffoscope.scm (diffoscope): Update to 174.
---
gnu/packages/diffoscope.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index cc2989a..b74b9d1 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -72,7 +72,7 @@
(define-public diffoscope
(package
(name "diffoscope")
- (version "173")
+ (version "174")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -81,7 +81,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0x8zj7xv5h42g83c0bsqr1czrk80q6z26i52l1b83kcc10xds4dm"))))
+ "16nvcvvps2gxr0b9wbfilrn4397cqkcm716zvhlx5hsbq6w6cx08"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: diffoscope: Update to 174.,
guix-commits <=