guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/14: gnu: perl-base: Update to 2.23.


From: guix-commits
Subject: 03/14: gnu: perl-base: Update to 2.23.
Date: Sat, 23 Mar 2019 09:49:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8c42929b65cbe82408c3bdbc60f8c7dfdba1fe53
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 22 18:47:36 2019 +0100

    gnu: perl-base: Update to 2.23.
    
    * gnu/packages/perl.scm (perl-base): Update to 2.23.
---
 gnu/packages/perl.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8704468..2983faf 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]