guix-commits
[Top][All Lists]
Advanced

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

28/32: gnu: perl-path-tiny: Update to 0.104.


From: Tobias Geerinckx-Rice
Subject: 28/32: gnu: perl-path-tiny: Update to 0.104.
Date: Mon, 12 Mar 2018 00:06:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 09000b6b6dd429f79e0a906dd50237cc17e51196
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 12 00:33:06 2018 +0100

    gnu: perl-path-tiny: Update to 0.104.
    
    * gnu/packages/perl.scm (perl-path-tiny): Update to 0.104.
---
 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 1f1be8d..1f8cbb2 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6577,14 +6577,14 @@ directory specifications in a cross-platform manner.")
 (define-public perl-path-tiny
   (package
     (name "perl-path-tiny")
-    (version "0.096")
+    (version "0.104")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
                                   "Path-Tiny-" version ".tar.gz"))
               (sha256
                (base32
-                "08dmr6ijjg3dp7h9dxix0nmad0fw16c6qzs4qc0hdz500gd64sr2"))))
+                "1vxaczi44d2acfyyzwa7p6c5gx3rgm6c36zbdl40982axg7iv7y6"))))
     (build-system perl-build-system)
     (arguments
      `(#:tests? #f)) ; Tests require additional test modules to be packaged



reply via email to

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