[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: diffoscope: Update to 258.
From: |
guix-commits |
Subject: |
branch master updated: gnu: diffoscope: Update to 258. |
Date: |
Tue, 27 Feb 2024 17:45:51 -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 16ab67182b gnu: diffoscope: Update to 258.
16ab67182b is described below
commit 16ab67182bc1e5b046caee9a2e38b71159703f34
Author: Vagrant Cascadian <vagrantc@reproducible-builds.org>
AuthorDate: Tue Feb 27 11:05:09 2024 -0800
gnu: diffoscope: Update to 258.
* gnu/packages/diffoscope.scm (diffoscope): Update to 258.
---
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 f4d271f690..f5a3bbc5b9 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -74,7 +74,7 @@
(define-public diffoscope
(package
(name "diffoscope")
- (version "256")
+ (version "258")
(source
(origin
(method git-fetch)
@@ -83,7 +83,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1sdg314a3hp2kv492130p8w7j8mlhymij7h2rndm4q7gqrshp6jf"))))
+ (base32 "1wppshi18lyrgxxi8j06ij0qi31zdgqwjj6bycsyvipkc1cj6xhp"))))
(build-system python-build-system)
(arguments
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: diffoscope: Update to 258.,
guix-commits <=