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 dba82ecc86 gnu: diffoscope: Update to 308.
dba82ecc86 is described below

commit dba82ecc867eb742eb41061b936cf1ee4c9aeb05
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Tue Nov 11 10:32:34 2025 -0800

    gnu: diffoscope: Update to 308.
    
    * gnu/packages/diffoscope.scm (diffoscope): Update to 308.
---
 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 0688017297..4a0a559524 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -79,7 +79,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "307")
+    (version "308")
     (source
      (origin
        (method git-fetch)
@@ -88,7 +88,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0iclf59z01w4g569ksgn607ca61m2lm8znal00akysz76nkbnzxf"))))
+        (base32 "0g4kac0r2plhcl3drpihp2z99yfqlz36xvvfr4v6sn49zj103kny"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to