[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
- branch master updated (86617c9 -> b5d7ea6), guix-commits, 2021/04/04
- 01/09: gnu: perl-moose: Update to 2.2015., guix-commits, 2021/04/04
- 03/09: gnu: corkscrew: Update to 2.0-0.268b71e., guix-commits, 2021/04/04
- 06/09: gnu: drumstick: Update to 2.1.1., guix-commits, 2021/04/04
- 07/09: gnu: vmpk: Update to 0.8.2., guix-commits, 2021/04/04
- 09/09: gnu: drumstick: Use new HTTPS home page., guix-commits, 2021/04/04
- 02/09: gnu: perl-pdf-api2: Update to 2.039., guix-commits, 2021/04/04
- 04/09: gnu: ugrep: Update to 3.1.11., guix-commits, 2021/04/04
- 05/09: gnu: drumstick: Remove unused ‘-DLIB_SUFFIX=’., guix-commits, 2021/04/04
- 08/09: gnu: perl-path-tiny: Update to 0.118.,
guix-commits <=