[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: diffoscope: Update to 167.
From: |
guix-commits |
Subject: |
branch master updated: gnu: diffoscope: Update to 167. |
Date: |
Sun, 21 Feb 2021 18:41:02 -0500 |
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 90ccb46 gnu: diffoscope: Update to 167.
90ccb46 is described below
commit 90ccb46a5534a031a6a6d994fd9b7ee2b5ccbf84
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
AuthorDate: Sun Feb 21 15:29:59 2021 -0800
gnu: diffoscope: Update to 167.
* gnu/packages/diffoscope.scm (diffoscope): Update to 167.
---
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 feb0324..c6af50e 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -72,7 +72,7 @@
(define-public diffoscope
(package
(name "diffoscope")
- (version "166")
+ (version "167")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -81,7 +81,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0vc4a38ii6b10af4c7cxfkvj4lk4ihx1xs4q5lshnkyg74gmm21b"))))
+ "0v0l299igvjsxz7xbsfl7kfqw958v56khzda1ixdsax6qrnqcf6m"))))
(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 167.,
guix-commits <=