mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: perl-time-duration: Update to 1.20.
* gnu/packages/perl.scm (perl-time-duration): Update to 1.20.
This commit is contained in:
parent
d098f40ae2
commit
a6e5970efc
1 changed files with 2 additions and 2 deletions
|
@ -8619,7 +8619,7 @@ (define-public perl-tie-toobject
|
||||||
(define-public perl-time-duration
|
(define-public perl-time-duration
|
||||||
(package
|
(package
|
||||||
(name "perl-time-duration")
|
(name "perl-time-duration")
|
||||||
(version "1.1")
|
(version "1.20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8627,7 +8627,7 @@ (define-public perl-time-duration
|
||||||
"Time-Duration-" version ".tar.gz"))
|
"Time-Duration-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0klg33yzb7pr9ra76s6gj5k7nravqnw2lbh022x1xwlj92f43756"))))
|
"1f5vkid4pl5iq3hal01hk1zjbbzrqpx4m1djawbp93l152shb0j5"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-module-install" ,perl-module-install)
|
`(("perl-module-install" ,perl-module-install)
|
||||||
|
|
Loading…
Reference in a new issue