mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: perl-time-duration-parse: Update to 0.13.
* gnu/packages/perl.scm (perl-time-duration-parse): Update to 0.13.
This commit is contained in:
parent
cbe50be4c9
commit
9b882dcc0c
1 changed files with 2 additions and 2 deletions
|
@ -7538,7 +7538,7 @@ (define-public perl-time-duration
|
|||
(define-public perl-time-duration-parse
|
||||
(package
|
||||
(name "perl-time-duration-parse")
|
||||
(version "0.11")
|
||||
(version "0.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7546,7 +7546,7 @@ (define-public perl-time-duration-parse
|
|||
"Time-Duration-Parse-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yk4cqkldwzkfy9y9ngqrj7p7sbsrsfa26mrm8f70z5n5m8q31x0"))))
|
||||
"0affdzhsiy7dr6dzj2p6m9lynmjh53k31bprfsfa21pz8551hjj1"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-time-duration" ,perl-time-duration)))
|
||||
|
|
Loading…
Reference in a new issue