guix-commits
[Top][All Lists]
Advanced

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

07/19: gnu: perl-carp: Update to 1.50.


From: guix-commits
Subject: 07/19: gnu: perl-carp: Update to 1.50.
Date: Sat, 23 Mar 2019 14:45:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5250d56446b3196c60f5c84059476d227209a878
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 23 14:55:19 2019 +0100

    gnu: perl-carp: Update to 1.50.
    
    * gnu/packages/perl.scm (perl-carp): Update to 1.50.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 77255fa..cec8339 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -729,7 +729,7 @@ to test the installed perl for compatibility with his 
modules.")
 (define-public perl-carp
   (package
     (name "perl-carp")
-    (version "1.38")
+    (version "1.50")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -737,7 +737,7 @@ to test the installed perl for compatibility with his 
modules.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "00bijwwc0ix27h2ma3lvsf3b56biar96bl9dikxgx7cmpcycxad5"))))
+                "1ngbpjyd9qi7n4h5r3q3qibd8by7rfiv7364jqlv4lbd3973n9zm"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/Carp";)
     (synopsis "Alternative warn and die for modules")



reply via email to

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