gnu: perl-carp: Update to 1.50.

* gnu/packages/perl.scm (perl-carp): Update to 1.50.
master
Tobias Geerinckx-Rice 2019-03-23 14:55:19 +01:00
parent bdd48dd799
commit 5250d56446
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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")