mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: perl-time-duration-parse: Update to 0.14.
* gnu/packages/perl.scm (perl-time-duration-parse): Update to 0.14.
This commit is contained in:
parent
883a100de4
commit
e7a58cab64
1 changed files with 2 additions and 3 deletions
|
@ -8629,15 +8629,14 @@ (define-public perl-time-duration
|
|||
(define-public perl-time-duration-parse
|
||||
(package
|
||||
(name "perl-time-duration-parse")
|
||||
(version "0.13")
|
||||
(version "0.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/N/NE/NEILB/"
|
||||
"Time-Duration-Parse-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0affdzhsiy7dr6dzj2p6m9lynmjh53k31bprfsfa21pz8551hjj1"))))
|
||||
(base32 "17nh73r50mqqpgxdf3zpgdiqrizmjy0vdk0zd6xi9zcsdijrdhnc"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-time-duration" ,perl-time-duration)))
|
||||
|
|
Loading…
Reference in a new issue