mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: perl-datetime-locale: Update to 1.23.
* gnu/packages/perl.scm (perl-datetime-locale): Update to 1.23. [native-inputs]: Add perl-ipc-system-simple.
This commit is contained in:
parent
66377fdced
commit
5e98d75902
1 changed files with 4 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
||||||
;;; Copyright © 2017 Raoul J.P. Bonnal <ilpuccio.febo@gmail.com>
|
;;; Copyright © 2017 Raoul J.P. Bonnal <ilpuccio.febo@gmail.com>
|
||||||
;;; Copyright © 2017, 2018 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2017, 2018 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
|
;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
|
||||||
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2017 Christopher Allan Webber <cwebber@dustycloud.org>
|
;;; Copyright © 2017 Christopher Allan Webber <cwebber@dustycloud.org>
|
||||||
;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
|
;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
|
||||||
|
@ -2414,7 +2414,7 @@ (define-public perl-datetime-format-strptime
|
||||||
(define-public perl-datetime-locale
|
(define-public perl-datetime-locale
|
||||||
(package
|
(package
|
||||||
(name "perl-datetime-locale")
|
(name "perl-datetime-locale")
|
||||||
(version "1.17")
|
(version "1.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2422,10 +2422,11 @@ (define-public perl-datetime-locale
|
||||||
"DateTime-Locale-" version ".tar.gz"))
|
"DateTime-Locale-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jawnci23kik5x4gln6ixvv9bxznd5f6ira024yjxsc97y5mk9hc"))))
|
"05f0jchminv5g2nrvsx5v1ihc5919fzzhh4f82dxi5ns8bkq2nis"))))
|
||||||
(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)
|
||||||
|
("perl-ipc-system-simple" ,perl-ipc-system-simple)
|
||||||
("perl-test-file-sharedir-dist" ,perl-test-file-sharedir-dist)
|
("perl-test-file-sharedir-dist" ,perl-test-file-sharedir-dist)
|
||||||
("perl-test-warnings" ,perl-test-warnings)
|
("perl-test-warnings" ,perl-test-warnings)
|
||||||
("perl-test-requires" ,perl-test-requires)
|
("perl-test-requires" ,perl-test-requires)
|
||||||
|
|
Loading…
Reference in a new issue