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.21.
* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.21.
This commit is contained in:
parent
04ef952a49
commit
f030ae422b
1 changed files with 2 additions and 2 deletions
|
@ -246,7 +246,7 @@ (define-public diffoscope
|
||||||
(define-public reprotest
|
(define-public reprotest
|
||||||
(package
|
(package
|
||||||
(name "reprotest")
|
(name "reprotest")
|
||||||
(version "0.7.20")
|
(version "0.7.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -256,7 +256,7 @@ (define-public reprotest
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c3nyiha9gh1xzl0dn9ji2yqa8y06d83v84pz0dqanihm40ljjsm"))))
|
"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
|
||||||
|
|
Loading…
Reference in a new issue