mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-test-manifest: Update to 2.021.
* gnu/packages/perl-check.scm (perl-test-manifest): Update to 2.021.
This commit is contained in:
parent
39199eb440
commit
e1abfc7679
1 changed files with 2 additions and 2 deletions
|
@ -645,14 +645,14 @@ (define-public perl-test-longstring
|
|||
(define-public perl-test-manifest
|
||||
(package
|
||||
(name "perl-test-manifest")
|
||||
(version "2.02")
|
||||
(version "2.021")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
|
||||
"Test-Manifest-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15ik52l9macrrfizf4y6wj71d4lx7w590h2dfajnkmbxmz786iq6"))))
|
||||
"1n9jscnni24sbp4v5gjlcy3iknfwvmy0731xwvk1c3jq3kbslym4"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-test-pod" ,perl-test-pod)
|
||||
|
|
Loading…
Reference in a new issue