diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-26 20:46:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-26 21:02:25 +0200 |
commit | 0d7c95445cdf4de3ca2d2a6de87bb72d685edef6 (patch) | |
tree | 90ba8018ebd58c14daff31da0cf90fd799382702 /gnu/packages/perl.scm | |
parent | 8f94079353824082ee8a37760207153aa1701e81 (diff) | |
download | guix-0d7c95445cdf4de3ca2d2a6de87bb72d685edef6.tar.gz |
gnu: perl-time-hires: Update to 1.9764.
* gnu/packages/perl.scm (perl-time-hires): Update to 1.9764.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 41c6da67d4..27e1e34137 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -10227,7 +10227,7 @@ duration strings like \"2 minutes\" and \"3 seconds\" to seconds.") (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 @@ duration strings like \"2 minutes\" and \"3 seconds\" to seconds.") 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") |