guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: perl-path-tiny: Update to 0.118.


From: guix-commits
Subject: 08/09: gnu: perl-path-tiny: Update to 0.118.
Date: Sun, 4 Apr 2021 10:03:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 51c03ff26552775b8b6f2ce1ba1edf37df0ed8a5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Apr 4 15:16:35 2021 +0200

    gnu: perl-path-tiny: Update to 0.118.
    
    * gnu/packages/perl.scm (perl-path-tiny): Update to 0.118.
---
 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 f1bc219..4d54912 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8284,14 +8284,14 @@ file names.")
 (define-public perl-path-tiny
   (package
     (name "perl-path-tiny")
-    (version "0.108")
+    (version "0.118")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
                                   "Path-Tiny-" version ".tar.gz"))
               (sha256
                (base32
-                "1x9zf8r3cynf4vqlycyyspsr70v4zw6bk9bkgvfpvsxkw8mlhj9w"))))
+                "1zdhc3azw6wn21db3yyygs57vlqkx72ipyd8sa21m72c1y6qs4rj"))))
     (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]