mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: reprotest: Update to 0.7.26.
* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.26.
This commit is contained in:
parent
54a5d07aa5
commit
e222d9192a
1 changed files with 2 additions and 2 deletions
|
@ -243,7 +243,7 @@ install.")
|
||||||
(define-public reprotest
|
(define-public reprotest
|
||||||
(package
|
(package
|
||||||
(name "reprotest")
|
(name "reprotest")
|
||||||
(version "0.7.23")
|
(version "0.7.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -252,7 +252,7 @@ install.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hkzh4i3c5hrbvdkhbmwm5vmb4msnlm5rvhjin6h2ni40kix69g0"))))
|
(base32 "1992wlkil07fmj64lw3i7l16dgkkzphz0f932hbkkj9rlcamdwxd"))))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue