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.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-11 01:00:02 +01:00
parent 21b322a05e
commit ad3df339b4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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