guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: diffoscope: Update to 256 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: diffoscope: Update to 256 [security fixes].
Date: Fri, 09 Feb 2024 16:37:25 -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 30196aec07 gnu: diffoscope: Update to 256 [security fixes].
30196aec07 is described below

commit 30196aec07dab8cc0f4a614b160f1857377a6a84
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Fri Feb 9 12:58:57 2024 -0800

    gnu: diffoscope: Update to 256 [security fixes].
    
    Fixes: https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/361
    
    * gnu/packages/diffoscope.scm (diffoscope): Update to 256.
---
 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 626ac00425..f4d271f690 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -74,7 +74,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "255")
+    (version "256")
     (source
      (origin
        (method git-fetch)
@@ -83,7 +83,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07mkmwp3ni2dh5w5q2vxkc588l5dabcly3jrd8ic62318si7d400"))))
+        (base32 "1sdg314a3hp2kv492130p8w7j8mlhymij7h2rndm4q7gqrshp6jf"))))
     (build-system python-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]