guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: gnu: perl-time-hires: Update to 1.9764.


From: guix-commits
Subject: 06/08: gnu: perl-time-hires: Update to 1.9764.
Date: Wed, 26 Aug 2020 15:03:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0d7c95445cdf4de3ca2d2a6de87bb72d685edef6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 26 20:46:22 2020 +0200

    gnu: perl-time-hires: Update to 1.9764.
    
    * gnu/packages/perl.scm (perl-time-hires): Update to 1.9764.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 41c6da6..27e1e34 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]