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 0b754ceede gnu: diffoscope: Update to 293.
0b754ceede is described below

commit 0b754ceeded322e8079130e6793b0c68356967cf
Author: Vagrant Cascadian <vagr...@reproducible-builds.org>
AuthorDate: Thu Apr 3 13:03:43 2025 -0700

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

Reply via email to