guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: perl-file-sharedir-install: Update to 0.13.


From: Tobias Geerinckx-Rice
Subject: 04/15: gnu: perl-file-sharedir-install: Update to 0.13.
Date: Thu, 26 Apr 2018 20:56:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9960ed6291480e0ab6f85fca00290c0ff38cbffe
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 26 22:44:44 2018 +0200

    gnu: perl-file-sharedir-install: Update to 0.13.
    
    * gnu/packages/perl.scm (perl-file-sharedir-install): 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 2397b27..c3b3eed 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3635,7 +3635,7 @@ distributions.  It is a companion module to 
File::ShareDir.")
 (define-public perl-file-sharedir-install
   (package
     (name "perl-file-sharedir-install")
-    (version "0.12")
+    (version "0.13")
     (source
      (origin
        (method url-fetch)
@@ -3643,7 +3643,7 @@ distributions.  It is a companion module to 
File::ShareDir.")
                            "File-ShareDir-Install-" version ".tar.gz"))
        (sha256
         (base32
-         "13g8d69c2lq3mrc0i4fr705h99gxyzw1srww4m7wdhzfmbsdqxli"))))
+         "1yc0wlkav2l2wr36a53n4mnhsy2zv29z5nm14mygxgjwv7qgvgj5"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-build" ,perl-module-build)))



reply via email to

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