guix-commits
[Top][All Lists]
Advanced

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

12/20: gnu: perl-module-find: Update to 0.13.


From: Tobias Geerinckx-Rice
Subject: 12/20: gnu: perl-module-find: Update to 0.13.
Date: Thu, 26 Apr 2018 15:09:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4f1f1592a694f3beffa1714b1d0a5501331093ec
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 24 11:32:02 2018 +0200

    gnu: perl-module-find: Update to 0.13.
    
    * gnu/packages/perl.scm (perl-module-find): Update to 0.13.
---
 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 0500d96..2a2deaf 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5126,7 +5126,7 @@ debug options.
 (define-public perl-module-find
   (package
     (name "perl-module-find")
-    (version "0.12")
+    (version "0.13")
     (source
      (origin
        (method url-fetch)
@@ -5134,7 +5134,7 @@ debug options.
                            "Module-Find-" version ".tar.gz"))
        (sha256
         (base32
-         "1lc33jdv4pgmm7nkr9bff0lhwjhhw91kaf6iiy2n7i7mw8dfv47l"))))
+         "0s45y5lvd9k89g7lds83c0bn1p29c13hfsbrd7x64jfaf8h8cisa"))))
     (build-system perl-build-system)
     (home-page "http://search.cpan.org/dist/Module-Find/";)
     (synopsis "Find and use installed modules in a (sub)category")



reply via email to

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