mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 3 deletions
|
@ -7504,15 +7504,14 @@ (define-public perl-strictures
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue