guix-commits
[Top][All Lists]
Advanced

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

27/28: gnu: perl-carp-assert-more: Update to 1.26.


From: guix-commits
Subject: 27/28: gnu: perl-carp-assert-more: Update to 1.26.
Date: Wed, 19 May 2021 16:30:19 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 5cdd95eb69585d9670436be19a13ce4e1ffd1652
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 19 23:19:03 2021 +0300

    gnu: perl-carp-assert-more: Update to 1.26.
    
    * gnu/packages/perl.scm (perl-carp-assert-more): Update to 1.26.
---
 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 d0e0d60..66712a4 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1040,14 +1040,14 @@ library assert.h.")
 (define-public perl-carp-assert-more
   (package
     (name "perl-carp-assert-more")
-    (version "1.20")
+    (version "1.26")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/P/PE/PETDANCE/"
                            "Carp-Assert-More-" version ".tar.gz"))
        (sha256
-        (base32 "16jnhdjgfwymrc5fki4xlf1rlziszf9k6q0245g976124k708ac5"))))
+        (base32 "14x4m4dlj7pwq2r2fsmww3q3xb61cdgnrlmjh5mms3ikaln6rmmk"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-test-exception" ,perl-test-exception)))



reply via email to

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