gnu: perl-class-c3-componentised: Update to 1.001002.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 23 Mar 2019 13:56:57 +0000 (14:56 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 23 Mar 2019 19:38:28 +0000 (20:38 +0100)
* gnu/packages/perl.scm (perl-class-c3-componentised): Update to 1.001002.

gnu/packages/perl.scm

index cec8339..8c28c94 100644 (file)
@@ -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)