gnu: perl-super: Update to 1.20190531.
* gnu/packages/perl.scm (perl-super): Update to 1.20190531.
This commit is contained in:
parent
6775e7876e
commit
fa678c039a
|
@ -7951,14 +7951,14 @@ uplevel() are avoided.")
|
||||||
(define-public perl-super
|
(define-public perl-super
|
||||||
(package
|
(package
|
||||||
(name "perl-super")
|
(name "perl-super")
|
||||||
(version "1.20141117")
|
(version "1.20190531")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/C/CH/CHROMATIC/"
|
(uri (string-append "mirror://cpan/authors/id/C/CH/CHROMATIC/"
|
||||||
"SUPER-" version ".tar.gz"))
|
"SUPER-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1cn05kacg0xfbm1zzksm2yx2pnrzqja4d9163cxv3sdfc1yhwqhs"))))
|
(base32 "16nk2za9fwyg7mcifacr69qi075iz1yvy8r9jh3903kzdvkiwpb8"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-module-build" ,perl-module-build)))
|
`(("perl-module-build" ,perl-module-build)))
|
||||||
|
|
Loading…
Reference in New Issue