guix-commits
[Top][All Lists]
Advanced

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

09/14: gnu: perl-extutils-installpaths: Update to 0.012.


From: Tobias Geerinckx-Rice
Subject: 09/14: gnu: perl-extutils-installpaths: Update to 0.012.
Date: Sun, 9 Sep 2018 09:06:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 15dbc911f6deb7c30e7fde2e9bb17e3b671183e5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Sep 9 14:13:22 2018 +0200

    gnu: perl-extutils-installpaths: Update to 0.012.
    
    * gnu/packages/perl.scm (perl-extutils-installpaths): Update to 0.012.
---
 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 0de597c..54dd29d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3168,7 +3168,7 @@ only about 40% as many lines of code and with zero 
non-core dependencies.")
 (define-public perl-extutils-installpaths
   (package
     (name "perl-extutils-installpaths")
-    (version "0.011")
+    (version "0.012")
     (source
      (origin
        (method url-fetch)
@@ -3176,7 +3176,7 @@ only about 40% as many lines of code and with zero 
non-core dependencies.")
                            "ExtUtils-InstallPaths-" version ".tar.gz"))
        (sha256
         (base32
-         "0z06y0fhx9hy9x01abb7s2xdbqrh9x4ps7avmlf4bwfwih2gl2bn"))))
+         "1v9lshfhm9ck4p0v77arj5f7haj1mmkqal62lgzzvcds6wq5www4"))))
     (build-system perl-build-system)
     (propagated-inputs
      `(("perl-extutils-config" ,perl-extutils-config)))



reply via email to

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