mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: perl-time-local: Update to 1.28.
* gnu/packages/perl.scm (perl-time-local): Update to 1.28.
This commit is contained in:
parent
9b0696d0e9
commit
a54dfcc063
1 changed files with 2 additions and 2 deletions
|
@ -9090,7 +9090,7 @@ (define-public perl-time-hires
|
|||
(define-public perl-time-local
|
||||
(package
|
||||
(name "perl-time-local")
|
||||
(version "1.2300")
|
||||
(version "1.28")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9098,7 +9098,7 @@ (define-public perl-time-local
|
|||
"Time-Local-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jgvd6v93hlrcmy56yxbm4yrhzi8yvrq8c3xffpgh28af01wmb5j"))))
|
||||
"03p1mxk75vmmi4l0ibpd05b6hncbh8afjhvss87vpp4rrkjvjy4j"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/Time-Local")
|
||||
(synopsis "Efficiently compute time from local and GMT time")
|
||||
|
|
Loading…
Reference in a new issue