gnu: perl-time-hires: Update to 1.9760.

* gnu/packages/perl.scm (perl-time-hires): Update to 1.9760.
master
Tobias Geerinckx-Rice 2019-03-22 17:05:39 +01:00
parent 9682821a32
commit ce5b81f72b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -8665,7 +8665,7 @@ duration strings like \"2 minutes\" and \"3 seconds\" to seconds.")
(define-public perl-time-hires
(package
(name "perl-time-hires")
(version "1.9758")
(version "1.9760")
(source (origin
(method url-fetch)
(uri (string-append
@ -8673,7 +8673,7 @@ duration strings like \"2 minutes\" and \"3 seconds\" to seconds.")
version ".tar.gz"))
(sha256
(base32
"07jbydcdzpjm6i4nidci0rlklx4kla210fsl6zishw0yq5di9yjv"))))
"0avh25m5ffsqc2xnfczvlnlbfbisw5wjq9d3w0j01h9byjzrif1c"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Time-HiRes")
(synopsis "High resolution alarm, sleep, gettimeofday, interval timers")