summary refs log tree commit diff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-11 23:59:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-12 04:57:56 +0100
commitf372c9faf002028ce77d54d978c11dbe75547df2 (patch)
tree88f7334f6ce057403b8e6595dcb1b7c964f600d7 /gnu/packages/perl.scm
parenta304f3a2c1d147ed8fcae82177f7e23404c19633 (diff)
downloadguix-f372c9faf002028ce77d54d978c11dbe75547df2.tar.gz
gnu: perl-datetime-locale: Update to 1.17.
* gnu/packages/perl.scm (perl-datetime-locale): Update to 1.17.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ac65ac481c..48999dca55 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2361,7 +2361,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.16")
+    (version "1.17")
     (source
      (origin
        (method url-fetch)
@@ -2369,7 +2369,7 @@ takes a string and a pattern and returns the `DateTime` object associated.")
                            "DateTime-Locale-" version ".tar.gz"))
        (sha256
         (base32
-         "1zkc0wggbsczbj4qadahh197imr9fa6knxr10zl241lw2i14rbyz"))))
+         "1jawnci23kik5x4gln6ixvv9bxznd5f6ira024yjxsc97y5mk9hc"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-file-sharedir" ,perl-file-sharedir)