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 02a94e8024 gnu: diffoscope: Update to 301.
02a94e8024 is described below

commit 02a94e80243b1ed1f84fc3cce2554f2d06fd1664
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Mon Jul 14 08:16:19 2025 -0700

    gnu: diffoscope: Update to 301.
    
    * gnu/packages/diffoscope.scm (diffoscope): Update to 301.
---
 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 850a09fcf3..680595aec8 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -78,7 +78,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "300")
+    (version "301")
     (source
      (origin
        (method git-fetch)
@@ -87,7 +87,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0s08dyxdpb3mrrjziwvqbqgh4fxnnjpw551qv9s72mm49hwa1lyj"))))
+        (base32 "1rbghly9kpp4ddlqydlwzhhaqmz1k3m9wyi05r4h5b6376vaz4pz"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to