mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05: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 @@ (define (bin command)
|
|||
(define-public reprotest
|
||||
(package
|
||||
(name "reprotest")
|
||||
(version "0.7.23")
|
||||
(version "0.7.26")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -252,7 +252,7 @@ (define-public reprotest
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0hkzh4i3c5hrbvdkhbmwm5vmb4msnlm5rvhjin6h2ni40kix69g0"))))
|
||||
(base32 "1992wlkil07fmj64lw3i7l16dgkkzphz0f932hbkkj9rlcamdwxd"))))
|
||||
(inputs
|
||||
(list python-debian python-distro python-libarchive-c python-rstr))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue