mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: perl-catalyst-devel: Update to 1.40.
* gnu/packages/web.scm (perl-catalyst-devel): Update to 1.40.
This commit is contained in:
parent
99e8ce528c
commit
9d7a3562c2
1 changed files with 3 additions and 4 deletions
|
@ -1954,15 +1954,14 @@ (define-public perl-catalyst-component-instancepercontext
|
|||
(define-public perl-catalyst-devel
|
||||
(package
|
||||
(name "perl-catalyst-devel")
|
||||
(version "1.39")
|
||||
(version "1.40")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/I/IL/ILMARI/"
|
||||
(uri (string-append "mirror://cpan/authors/id/J/JJ/JJNAPIORK/"
|
||||
"Catalyst-Devel-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12m50bbkggjmpxihv3wnvr0g2qng0zwhlzi5ygppjz8wh2x73qxw"))))
|
||||
(base32 "1fqnw6cizpxnfr87rpid8w1wpi1p1lxg6imfjpixqn7s055hcpwc"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-test-fatal" ,perl-test-fatal)))
|
||||
|
|
Loading…
Reference in a new issue