summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 10:19:02 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:11 +0100
commitd8c715436b362399ba6f261a295c8ea85079509d (patch)
treeb5006b396c240038a26d3c93cc1f6822a79b1338 /gnu
parent1dc19afbd07a9399d5a5a766464feee2f2531500 (diff)
downloadguix-patches-d8c715436b362399ba6f261a295c8ea85079509d.tar
guix-patches-d8c715436b362399ba6f261a295c8ea85079509d.tar.gz
gnu: perl-strictures: Update to 2.000006.
* gnu/packages/perl.scm (perl-strictures-2): Update to 2.000006.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 775a2df1f5..1a920ff475 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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