diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 10:29:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 15:24:12 +0100 |
commit | cdffdca4c01af4b38657b006ed246d0e6cd5c629 (patch) | |
tree | 7ac8973345cc30532bd5eb033234cda705cff190 /gnu/packages/perl.scm | |
parent | 74607ea6204ba9a198f2ab7d63f975b89388d355 (diff) | |
download | guix-cdffdca4c01af4b38657b006ed246d0e6cd5c629.tar guix-cdffdca4c01af4b38657b006ed246d0e6cd5c629.tar.gz |
gnu: perl-datetime-format-natural: Update to 1.06.
* gnu/packages/perl.scm (perl-datetime-format-natural): Update to 1.06.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 9f2ab15708..ab0dfce558 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -2396,15 +2396,14 @@ order to create the appropriate objects.") (define-public perl-datetime-format-natural (package (name "perl-datetime-format-natural") - (version "1.05") + (version "1.06") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/S/SC/SCHUBIGER/" "DateTime-Format-Natural-" version ".tar.gz")) (sha256 - (base32 - "10ldrhz5rnpsd8qmqn1a4s0w5hhfbjrr13a93yx7kpp89g85pxqv")))) + (base32 "1n68b5hnw4n55q554v7y4ffwiypz6rk40mh0r550fxwv69bvyky0")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build) |