gnu: perl-datetime-locale: Update to 1.17.
* gnu/packages/perl.scm (perl-datetime-locale): Update to 1.17.master
parent
a304f3a2c1
commit
f372c9faf0
|
@ -2361,7 +2361,7 @@ takes a string and a pattern and returns the `DateTime` object associated.")
|
||||||
(define-public perl-datetime-locale
|
(define-public perl-datetime-locale
|
||||||
(package
|
(package
|
||||||
(name "perl-datetime-locale")
|
(name "perl-datetime-locale")
|
||||||
(version "1.16")
|
(version "1.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2369,7 +2369,7 @@ takes a string and a pattern and returns the `DateTime` object associated.")
|
||||||
"DateTime-Locale-" version ".tar.gz"))
|
"DateTime-Locale-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zkc0wggbsczbj4qadahh197imr9fa6knxr10zl241lw2i14rbyz"))))
|
"1jawnci23kik5x4gln6ixvv9bxznd5f6ira024yjxsc97y5mk9hc"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-file-sharedir" ,perl-file-sharedir)
|
`(("perl-file-sharedir" ,perl-file-sharedir)
|
||||||
|
|
Reference in New Issue