guix-commits
[Top][All Lists]
Advanced

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

08/21: gnu: perl-importer: Update to 0.025.


From: Tobias Geerinckx-Rice
Subject: 08/21: gnu: perl-importer: Update to 0.025.
Date: Mon, 19 Feb 2018 00:07:25 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6208fcf742429d81090ae0c60a8515d64be2ef1e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 19 05:14:45 2018 +0100

    gnu: perl-importer: Update to 0.025.
    
    * gnu/packages/perl.scm (perl-importer): Update to 0.025.
---
 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 403c110..5a2fc6a 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3792,7 +3792,7 @@ that may contain multiple values per key, inspired by 
MultiDict of WebOb.")
 (define-public perl-importer
   (package
     (name "perl-importer")
-    (version "0.024")
+    (version "0.025")
     (source
       (origin
         (method url-fetch)
@@ -3800,7 +3800,7 @@ that may contain multiple values per key, inspired by 
MultiDict of WebOb.")
                             version ".tar.gz"))
         (sha256
          (base32
-          "0mx50xds7iphxykbr9b0w2qki92l3gpagsdchm4ncsrnxc67c68x"))))
+          "0iirw6csfbycr6z5s6lgd1zdqdjhb436zcxy1hyh6x3x92616i87"))))
     (build-system perl-build-system)
     (home-page "http://search.cpan.org/dist/Importer//";)
     (synopsis "Alternative but compatible interface to modules that export 
symbols")



reply via email to

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