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 e725e47a69 ugnu: diffoscope: Update to 272.
e725e47a69 is described below

commit e725e47a695c82305fa65e63e54477c6a210f53d
Author: Vagrant Cascadian <vagr...@reproducible-builds.org>
AuthorDate: Fri Jul 5 12:16:12 2024 -0700

    ugnu: diffoscope: Update to 272.
    
    Fixes: https://issues.guix.gnu.org/71886
    
    * gnu/packages/diffoscope.scm (diffoscope): Update to 272.
---
 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 e82fce1fa9..e85f228119 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -75,7 +75,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "269")
+    (version "272")
     (source
      (origin
        (method git-fetch)
@@ -84,7 +84,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0q2yy6aznb4sjkza06gpi01p9npp9crhcnkl5fgh32jlx1ab8sbq"))))
+        (base32 "1dq0q41vsmnwnf8049r962x818cgm4aq5gfjavj9yjmc3dxfc76c"))))
     (build-system python-build-system)
     (arguments
      (list

Reply via email to