diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-09 14:38:35 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-09 15:01:52 +0200 |
commit | 49e63e38846977342c6b6cb44349db0b070f2a84 (patch) | |
tree | 8458e4444362ccf52f1cb807f6f0935ea7867ae1 /gnu | |
parent | 2d32a6572ddcd23aa1ae598a5d9b6e36f7f87b09 (diff) | |
download | guix-49e63e38846977342c6b6cb44349db0b070f2a84.tar guix-49e63e38846977342c6b6cb44349db0b070f2a84.tar.gz |
gnu: perl-datetime: Update to 1.50.
* gnu/packages/perl.scm (perl-datetime): Update to 1.50.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 8dea2051a6..a3f899fdb3 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -2180,7 +2180,7 @@ hours, minutes, seconds, and time zones.") (define-public perl-datetime (package (name "perl-datetime") - (version "1.49") + (version "1.50") (source (origin (method url-fetch) @@ -2188,7 +2188,7 @@ hours, minutes, seconds, and time zones.") "DateTime-" version ".tar.gz")) (sha256 (base32 - "0hbw4zq1562slnz7g7hyhfhyq98dzkk3i5g21x3xra5cvfix93kh")))) + "165iqk1xvhs5j0kzsipa7aqycx3h37wqsl2r4jl104yqvmqhqszd")))) (build-system perl-build-system) (native-inputs `(("perl-cpan-meta-check" ,perl-cpan-meta-check) |