summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-07-27 14:36:03 -0400
committerLeo Famulari <leo@famulari.name>2017-07-30 20:10:42 -0400
commit9e5df71e7dbd2a0817c66b42a141db82f29cfaf9 (patch)
treed3f5ab8ee56f0ffcbca251d65239c5f21b1fcec6 /gnu
parentdc8e21110abffe9e1e28a0cf9e956c9764333325 (diff)
downloadguix-patches-9e5df71e7dbd2a0817c66b42a141db82f29cfaf9.tar
guix-patches-9e5df71e7dbd2a0817c66b42a141db82f29cfaf9.tar.gz
gnu: perl-datetime-format-flexible: Update to 0.28.
* gnu/packages/perl.scm (perl-datetime-format-flexible): Update to 0.28.
Diffstat (limited to 'gnu')
-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 e0c900a433..ee8c415a05 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1947,7 +1947,7 @@ to do this without writing reams of structural code.")
(define-public perl-datetime-format-flexible
(package
(name "perl-datetime-format-flexible")
- (version "0.26")
+ (version "0.28")
(source
(origin
(method url-fetch)
@@ -1955,7 +1955,7 @@ to do this without writing reams of structural code.")
"DateTime-Format-Flexible-" version ".tar.gz"))
(sha256
(base32
- "0gb9dsn178dpvgbbgwnaf3v2v8zy4xj36i0w5q8qbhvwx32znvj3"))))
+ "1g63zs0q2x40h29r7in50c55g6kxiw3m2faw2p6c4rg74sj2k2b5"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-datetime" ,perl-datetime)