This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 470ad82bfa gnu: diffoscope: Update to 296.
470ad82bfa is described below

commit 470ad82bfaf3403bd6fc31ccd52b04027c6b8eeb
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Fri May 16 10:07:31 2025 -0700

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

Reply via email to