guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: perl-time-duration: Update to 1.21.


From: guix-commits
Subject: 02/07: gnu: perl-time-duration: Update to 1.21.
Date: Wed, 15 May 2019 15:25:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fa3040d929737b20ed4305a260252df27decee7f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 15 20:31:39 2019 +0200

    gnu: perl-time-duration: Update to 1.21.
    
    * gnu/packages/perl.scm (perl-time-duration): Update to 1.21.
---
 gnu/packages/perl.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index f02d13b..3dbe0b5 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8824,15 +8824,14 @@ $object->TIEHASH are avoided.")
 (define-public perl-time-duration
   (package
     (name "perl-time-duration")
-    (version "1.20")
+    (version "1.21")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://cpan/authors/id/A/AV/AVIF/"
+       (uri (string-append "mirror://cpan/authors/id/N/NE/NEILB/"
                            "Time-Duration-" version ".tar.gz"))
        (sha256
-        (base32
-         "1f5vkid4pl5iq3hal01hk1zjbbzrqpx4m1djawbp93l152shb0j5"))))
+        (base32 "1f59z2svfydxgd1gzrb5k3hl6d432kzmskk7jhv2dyb5hyx0wd7y"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-install" ,perl-module-install)



reply via email to

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