gnu: perl-strictures: Update to 2.000006.

* gnu/packages/perl.scm (perl-strictures-2): Update to 2.000006.
master
Tobias Geerinckx-Rice 2019-03-23 10:19:02 +01:00
parent 1dc19afbd0
commit d8c715436b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -7504,15 +7504,14 @@ run from within a source-controlled directory.")
(define-public perl-strictures-2
(package
(inherit perl-strictures)
(version "2.000004")
(version "2.000006")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
"strictures-" version ".tar.gz"))
(sha256
(base32
"0lzp0q6kwk6vgf7zdlvy9zz28fj6n1b776irm556c7gylcq29113"))))))
(base32 "0mwd9xqz4n8qfpi5h5581lbm33qhf7agww18h063icnilrs7km89"))))))
(define-public perl-string-camelcase
(package