summary refs log tree commit diff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 14:55:19 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 20:38:28 +0100
commit5250d56446b3196c60f5c84059476d227209a878 (patch)
treef67a01bafa3d2d09cad32a1e360151cecdd92631 /gnu/packages/perl.scm
parentbdd48dd799ffefc42c09489f377baebfab93a700 (diff)
downloadguix-5250d56446b3196c60f5c84059476d227209a878.tar.gz
gnu: perl-carp: Update to 1.50.
* gnu/packages/perl.scm (perl-carp): Update to 1.50.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 77255fa7ef..cec8339254 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")