guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: perl-canary-stability: Update to 2013.


From: guix-commits
Subject: 02/05: gnu: perl-canary-stability: Update to 2013.
Date: Thu, 13 Jun 2019 17:27:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 15f836efc17e9e6229c38f3bf6b377a61a5d9caa
Author: Alex Griffin <address@hidden>
Date:   Mon Jun 10 21:47:20 2019 -0500

    gnu: perl-canary-stability: Update to 2013.
    
    * gnu/packages/perl.scm (perl-canary-stability): Update to 2013.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/perl.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8e9410e..a0096de 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2018, 2019 Oleg Pykhalov <address@hidden>
 ;;; Copyright © 2018, 2019 Pierre Neidhardt <address@hidden>
 ;;; Copyright © 2018 Kei Kebreau <address@hidden>
+;;; Copyright © 2019 Alex Griffin <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -711,14 +712,14 @@ is captured while being passed through to the original 
file handles.")
 (define-public perl-canary-stability
   (package
     (name "perl-canary-stability")
-    (version "2012")
+    (version "2013")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/M/ML/MLEHMANN/"
                                   "Canary-Stability-" version ".tar.gz"))
               (sha256
                (base32
-                "01vih43hvpqy67m6a6fwmlswli91mqpv8n8ccglvlkc33l8hn97x"))))
+                "1smnsx371x9zrqmylgq145991xh8561mraqfyrlbiz4mrxi1rjd5"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/Canary-Stability";)
     (synopsis "Check compatibility with the installed perl version")



reply via email to

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