mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: perl-time-hires: Update to 1.9764.
* gnu/packages/perl.scm (perl-time-hires): Update to 1.9764.
This commit is contained in:
parent
8f94079353
commit
0d7c95445c
1 changed files with 2 additions and 2 deletions
|
@ -10227,7 +10227,7 @@ (define-public perl-time-duration-parse
|
|||
(define-public perl-time-hires
|
||||
(package
|
||||
(name "perl-time-hires")
|
||||
(version "1.9760")
|
||||
(version "1.9764")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -10235,7 +10235,7 @@ (define-public perl-time-hires
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0avh25m5ffsqc2xnfczvlnlbfbisw5wjq9d3w0j01h9byjzrif1c"))))
|
||||
"1cfp078spid9z5g7xiswkpkjbkh4mkjvarz25wgwvdxzhxavwhcq"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/Time-HiRes")
|
||||
(synopsis "High resolution alarm, sleep, gettimeofday, interval timers")
|
||||
|
|
Loading…
Reference in a new issue