mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: reprotest: Update to 0.7.27.
* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.27. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
af969a594a
commit
f006dc5d74
1 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ (define (bin command)
|
|||
(define-public reprotest
|
||||
(package
|
||||
(name "reprotest")
|
||||
(version "0.7.26")
|
||||
(version "0.7.27")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -262,7 +262,7 @@ (define-public reprotest
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1992wlkil07fmj64lw3i7l16dgkkzphz0f932hbkkj9rlcamdwxd"))))
|
||||
(base32 "0z5i53dy4ax4gbidcqmwqq0686n1g397c79bsscfs94s2y35fsns"))))
|
||||
(inputs
|
||||
(list python-debian python-distro python-libarchive-c python-rstr))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue