guix-commits
[Top][All Lists]
Advanced

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

01/14: gnu: perl-type-tie: Update to 0.014.


From: guix-commits
Subject: 01/14: gnu: perl-type-tie: Update to 0.014.
Date: Sat, 23 Mar 2019 09:49:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7fde8092f435899712693865b715b78017905c86
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 22 18:38:39 2019 +0100

    gnu: perl-type-tie: Update to 0.014.
    
    * gnu/packages/perl.scm (perl-type-tie): Update to 0.014.
---
 gnu/packages/perl.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 562311c..7061e56 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8839,15 +8839,14 @@ else.")
 (define-public perl-type-tie
   (package
     (name "perl-type-tie")
-    (version "0.009")
+    (version "0.014")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/T/TO/TOBYINK/"
                            "Type-Tie-" version ".tar.gz"))
        (sha256
-        (base32
-         "1wv32kd7gx4kfyvzs13y029f49qbbji991wawvarac7rlz09wpan"))))
+        (base32 "1ri23xb3rdb59lk984hnjqi4pb97zqnv4ppn0zpd70pfp0a9addm"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-test-fatal" ,perl-test-fatal)



reply via email to

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