mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: perl-test-runvalgrind: Update to 0.2.2.
* gnu/packages/perl-check.scm (perl-test-runvalgrind): Update to 0.2.2.
This commit is contained in:
parent
072ef70a8e
commit
1e4565eabc
1 changed files with 2 additions and 2 deletions
|
@ -1231,7 +1231,7 @@ (define-public perl-test-roo
|
|||
(define-public perl-test-runvalgrind
|
||||
(package
|
||||
(name "perl-test-runvalgrind")
|
||||
(version "0.2.1")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1240,7 +1240,7 @@ (define-public perl-test-runvalgrind
|
|||
version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32 "175hlycrhgwrp7j4rwx5bk4fd6775242wjdqv107rvgsrszsi915"))))
|
||||
(base32 "1vm5iw5sy0mhjjypaaviil9qgqixmkaghdbjbcyb4lf2mm6d24v9"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-module-build" ,perl-module-build)))
|
||||
|
|
Loading…
Reference in a new issue