[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: diffoscope: Update to 207.
From: |
guix-commits |
Subject: |
branch master updated: gnu: diffoscope: Update to 207. |
Date: |
Mon, 14 Mar 2022 19:09:55 -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 af8d568f82 gnu: diffoscope: Update to 207.
af8d568f82 is described below
commit af8d568f82a677640ba6cc3228a896082a14aac3
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
AuthorDate: Mon Mar 14 13:25:23 2022 -0700
gnu: diffoscope: Update to 207.
* gnu/packages/diffoscope.scm (diffoscope): Update to 207.
---
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 a357b045d8..ca71ecc952 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -74,7 +74,7 @@
(define-public diffoscope
(package
(name "diffoscope")
- (version "206")
+ (version "207")
(source
(origin
(method git-fetch)
@@ -83,7 +83,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1vyk2ac3z54fy6xh5rj7swkdgrlq4l8qxm8iqnq1hyzpd9y32w4x"))
+ (base32 "0djpkq9fpw8dpiqaghbbg5dshl27xgkqrifalx9nq87dix5c1y6d"))
(patches
(search-patches "diffoscope-fix-llvm-test.patch"))))
(build-system python-build-system)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: diffoscope: Update to 207.,
guix-commits <=