guix-commits
[Top][All Lists]
Advanced

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

08/19: gnu: perl-class-c3-componentised: Update to 1.001002.


From: guix-commits
Subject: 08/19: gnu: perl-class-c3-componentised: Update to 1.001002.
Date: Sat, 23 Mar 2019 14:45:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 42aa5c20b86bfea560839ea10a18e59af1c0de12
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 23 14:56:57 2019 +0100

    gnu: perl-class-c3-componentised: Update to 1.001002.
    
    * gnu/packages/perl.scm (perl-class-c3-componentised): Update to 1.001002.
---
 gnu/packages/perl.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index cec8339..8c28c94 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -977,15 +977,14 @@ supporting the same interface, but using Class::C3 to do 
the hard work.")
 (define-public perl-class-c3-componentised
   (package
     (name "perl-class-c3-componentised")
-    (version "1.001000")
+    (version "1.001002")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/F/FR/FREW/"
                            "Class-C3-Componentised-" version ".tar.gz"))
        (sha256
-        (base32
-         "1nzav8arxll0rya7r2vp032s3acliihbb9mjlfa13rywhh77bzvl"))))
+        (base32 "14wn1g45z3b5apqq7dcai5drk01hfyqydsd2m6hsxzhyvi3b2l9h"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-install" ,perl-module-install)



reply via email to

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