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 7d983d2cd7 gnu: reprotest: Update to 0.7.32.
7d983d2cd7 is described below

commit 7d983d2cd7226166ac03b1f62ba6dac90f576e3e
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Tue Nov 11 12:52:34 2025 -0800

    gnu: reprotest: Update to 0.7.32.
    
    * gnu/packages/diffoscope.scm (reprotest): Update to 0.7.32.
---
 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 4a0a559524..1368bedd62 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -268,7 +268,7 @@ install.")
 (define-public reprotest
   (package
     (name "reprotest")
-    (version "0.7.30")
+    (version "0.7.32")
     (source
      (origin
        (method git-fetch)
@@ -277,7 +277,7 @@ install.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "013mqbbh6dcia2i4qdi4270lcgzr0k879phsaydf9b5ng9fkdajl"))))
+        (base32 "0z67291rv9ii3llv2hwz9ak99818fwkxcqibb5zk8qkamh4y2bww"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to