[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: perl-datetime-locale: Update to 1.23.
From: |
guix-commits |
Subject: |
09/10: gnu: perl-datetime-locale: Update to 1.23. |
Date: |
Thu, 14 Feb 2019 13:53:21 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 5e98d759024f00feeccc775ccab7b325f96d2f4f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Feb 14 18:10:24 2019 +0100
gnu: perl-datetime-locale: Update to 1.23.
* gnu/packages/perl.scm (perl-datetime-locale): Update to 1.23.
[native-inputs]: Add perl-ipc-system-simple.
---
gnu/packages/perl.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 073cdbf..765d80f 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -15,7 +15,7 @@
;;; Copyright © 2017 Raoul J.P. Bonnal <address@hidden>
;;; Copyright © 2017, 2018 Marius Bakke <address@hidden>
;;; Copyright © 2017 Adriano Peluso <address@hidden>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2017 Leo Famulari <address@hidden>
;;; Copyright © 2017 Christopher Allan Webber <address@hidden>
;;; Copyright © 2018 Oleg Pykhalov <address@hidden>
@@ -2414,7 +2414,7 @@ takes a string and a pattern and returns the `DateTime`
object associated.")
(define-public perl-datetime-locale
(package
(name "perl-datetime-locale")
- (version "1.17")
+ (version "1.23")
(source
(origin
(method url-fetch)
@@ -2422,10 +2422,11 @@ takes a string and a pattern and returns the `DateTime`
object associated.")
"DateTime-Locale-" version ".tar.gz"))
(sha256
(base32
- "1jawnci23kik5x4gln6ixvv9bxznd5f6ira024yjxsc97y5mk9hc"))))
+ "05f0jchminv5g2nrvsx5v1ihc5919fzzhh4f82dxi5ns8bkq2nis"))))
(build-system perl-build-system)
(native-inputs
`(("perl-file-sharedir" ,perl-file-sharedir)
+ ("perl-ipc-system-simple" ,perl-ipc-system-simple)
("perl-test-file-sharedir-dist" ,perl-test-file-sharedir-dist)
("perl-test-warnings" ,perl-test-warnings)
("perl-test-requires" ,perl-test-requires)
- branch master updated (0e9811f -> fafbeb3), guix-commits, 2019/02/14
- 02/10: gnu: python-scrypt: Update to 0.8.7., guix-commits, 2019/02/14
- 03/10: gnu: python-sockjs-tornado: Update to 1.0.6., guix-commits, 2019/02/14
- 04/10: gnu: python-webtest: Update to 2.0.33., guix-commits, 2019/02/14
- 01/10: gnu: python-base58: Update to 1.0.3., guix-commits, 2019/02/14
- 05/10: gnu: python-paste: Update to 3.0.6., guix-commits, 2019/02/14
- 06/10: gnu: Remove python2-pyquery., guix-commits, 2019/02/14
- 07/10: gnu: tmux-themepack: Use GIT-* helpers, not NAME., guix-commits, 2019/02/14
- 08/10: gnu: tmuxifier: Don't use unstable tarball., guix-commits, 2019/02/14
- 09/10: gnu: perl-datetime-locale: Update to 1.23.,
guix-commits <=
- 10/10: gnu: perl-datetime-format-strptime: Update to 1.76., guix-commits, 2019/02/14