mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: perl-plack-test-externalserver: Update to 0.02.
* gnu/packages/web.scm (perl-plack-test-externalserver): Update to 0.02.
This commit is contained in:
parent
5bbe07a041
commit
22c31e07a5
1 changed files with 2 additions and 3 deletions
|
@ -3473,15 +3473,14 @@ (define-public perl-plack-middleware-reverseproxy
|
|||
(define-public perl-plack-test-externalserver
|
||||
(package
|
||||
(name "perl-plack-test-externalserver")
|
||||
(version "0.01")
|
||||
(version "0.02")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/F/FL/FLORA/"
|
||||
"Plack-Test-ExternalServer-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dbg1p3rgvvbkkpvca5jlc2mzx8iqyiybk88al93pvbca65h1g7h"))))
|
||||
(base32 "1l1yj1l25679x7cbpd27ii7s1f1ajpkspif9xqnl21hczrbmrbsv"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-plack" ,perl-plack)))
|
||||
|
|
Loading…
Reference in a new issue