gnu: perl-strictures: Update to 2.000006.
* gnu/packages/perl.scm (perl-strictures-2): Update to 2.000006.
This commit is contained in:
parent
1dc19afbd0
commit
d8c715436b
|
@ -7504,15 +7504,14 @@ run from within a source-controlled directory.")
|
||||||
(define-public perl-strictures-2
|
(define-public perl-strictures-2
|
||||||
(package
|
(package
|
||||||
(inherit perl-strictures)
|
(inherit perl-strictures)
|
||||||
(version "2.000004")
|
(version "2.000006")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
|
(uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
|
||||||
"strictures-" version ".tar.gz"))
|
"strictures-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0mwd9xqz4n8qfpi5h5581lbm33qhf7agww18h063icnilrs7km89"))))))
|
||||||
"0lzp0q6kwk6vgf7zdlvy9zz28fj6n1b776irm556c7gylcq29113"))))))
|
|
||||||
|
|
||||||
(define-public perl-string-camelcase
|
(define-public perl-string-camelcase
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue