[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: diffoscope: Update to 255.
From: |
guix-commits |
Subject: |
branch master updated: gnu: diffoscope: Update to 255. |
Date: |
Fri, 02 Feb 2024 14:52:55 -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 9d52585ebd gnu: diffoscope: Update to 255.
9d52585ebd is described below
commit 9d52585ebd4d759607eacfef31144676b08edc81
Author: David Pflug <david@pflug.io>
AuthorDate: Sat Jan 27 08:56:14 2024 -0500
gnu: diffoscope: Update to 255.
* gnu/packages/diffoscope.scm (diffoscope): Update to 255.
Signed-off-by: Vagrant Cascadian <vagrant@reproducible-builds.org.org>
Change-Id: Ic0eb0a34cbd82286ac294da20984c3a2ec09fe1f
---
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 d950466ffe..982f12d39f 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -74,7 +74,7 @@
(define-public diffoscope
(package
(name "diffoscope")
- (version "253")
+ (version "255")
(source
(origin
(method git-fetch)
@@ -83,7 +83,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1nvq0lv246rah0ryb2qd20yf3gfy0iwfi3335rg9c3gpz0ha4wnb"))))
+ (base32 "07mkmwp3ni2dh5w5q2vxkc588l5dabcly3jrd8ic62318si7d400"))))
(build-system python-build-system)
(arguments
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: diffoscope: Update to 255.,
guix-commits <=