summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-22 17:05:39 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 00:11:14 +0100
commitce5b81f72bc4d746c95eec09205c42e31b8882fd (patch)
tree0d95b1e50558a4b55d44a4fcc80101ad8987ff70
parent9682821a3281d8d1cbf8eb3db9170c2c8e160407 (diff)
gnu: perl-time-hires: Update to 1.9760.
* gnu/packages/perl.scm (perl-time-hires): Update to 1.9760.
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 6009783edf..3fe664f704 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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")