sharlatan pushed a commit to branch python-team
in repository guix.

commit 3fd2ae688e2301c52f2deb911f5c50e160d64733
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Mon Mar 31 08:18:43 2025 +0200

    gnu: reprotest: Update to 0.7.29.
    
    * gnu/packages/diffoscope.scm (reprotest): Update to 0.7.29.
    
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
---
 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 cd5284754d..85eb8937f6 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -255,7 +255,7 @@ install.")
 (define-public reprotest
   (package
     (name "reprotest")
-    (version "0.7.28")
+    (version "0.7.29")
     (source
      (origin
        (method git-fetch)
@@ -264,7 +264,7 @@ install.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06jm82w05qsx3wskch3fm5mpkpj5jmq7r4yram4ixprxc5j8flg8"))))
+        (base32 "17n7pdqil3jmpwcshr6dm5qsbpim3847smgxa82wy33kl2bz1ai8"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to