summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-22 18:47:36 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 14:31:50 +0100
commit8c42929b65cbe82408c3bdbc60f8c7dfdba1fe53 (patch)
tree362da0e44b7eb18388d48984dc4dbabaeef23ee4 /gnu
parentc7b7a2eaf826fb52a2ad2c8869da9b1e9e1ed8e2 (diff)
downloadguix-patches-8c42929b65cbe82408c3bdbc60f8c7dfdba1fe53.tar
guix-patches-8c42929b65cbe82408c3bdbc60f8c7dfdba1fe53.tar.gz
gnu: perl-base: Update to 2.23.
* gnu/packages/perl.scm (perl-base): Update to 2.23.
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 87044685df..2983faf3c1 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -383,15 +383,14 @@ error when it would have happened.")
(define-public perl-base
(package
(name "perl-base")
- (version "2.18")
+ (version "2.23")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/R/RG/RGARCIA/"
"base-" version ".tar.gz"))
(sha256
- (base32
- "01n3l5ifmn2wd0aadpnzya27b75imibj9zdivkfzcpnviqgx5c2m"))))
+ (base32 "1pjxcbbcpwlgzm0fzsbqd58zn8cj9vwril1wn3xfd7ws550mixa0"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/base")
(synopsis "Establish an ISA relationship with base classes at compile time")