guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/27: gnu: reprotest: Update to 0.7.22.


From: guix-commits
Subject: 19/27: gnu: reprotest: Update to 0.7.22.
Date: Thu, 15 Dec 2022 13:44:22 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ad3df339b4858ac7d45ba1086b47a8d37bb85e34
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:02 2022 +0100

    gnu: reprotest: Update to 0.7.22.
    
    * gnu/packages/diffoscope.scm (reprotest): Update to 0.7.22.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/diffoscope.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index f05f60f016..f730d976fe 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -245,7 +245,7 @@ install.")
 (define-public reprotest
   (package
     (name "reprotest")
-    (version "0.7.21")
+    (version "0.7.22")
     (source
      (origin
        (method git-fetch)
@@ -254,8 +254,7 @@ install.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1jmnp6dwd91w00vfvph89cvgxwk0nvij8his9az5b72265jf9bxz"))))
+        (base32 "0qpjg37x2ha7lb113fb5cic5if3zv30zqijsmkq91ld909x30ggd"))))
     (inputs
      (list python-debian python-distro python-libarchive-c python-rstr))
     (native-inputs
@@ -296,8 +295,7 @@ install.")
                (install-file "doc/reprotest.1" mandir1)
                (mkdir-p docdir)
                (install-file "./README.rst" docdir)
-               (install-file "./README-dev.rst" docdir))
-             #t)))))
+               (install-file "./README-dev.rst" docdir)))))))
     (home-page "https://salsa.debian.org/reproducible-builds/reprotest";)
     (synopsis "Build software and check it for reproducibility")
     (description "Reprotest builds the same source code twice in different



reply via email to

[Prev in Thread] Current Thread [Next in Thread]