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 4be0cdc38b gnu: diffoscope: Update to 294.
4be0cdc38b is described below

commit 4be0cdc38b0490f4c8171f7fa405636bf13e3981
Author: Vagrant Cascadian <vagr...@reproducible-builds.org>
AuthorDate: Fri Apr 11 13:34:45 2025 -0700

    gnu: diffoscope: Update to 294.
    
    * gnu/packages/diffoscope.scm (diffoscope): Update to 294.
---
 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 326d70dad3..6636eca7ea 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -77,7 +77,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "293")
+    (version "294")
     (source
      (origin
        (method git-fetch)
@@ -86,7 +86,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0m87z877rb3qjm5p8bwb7x6qg4j5araap8q8bnr423ap8z06bz7v"))))
+        (base32 "13xk54kx3d44wlbfhrmaj6c6gr3kbr71vf4n6x9jrvkyzzgpswhp"))))
     (build-system python-build-system)
     (arguments
      (list

Reply via email to