guix-commits
[Top][All Lists]
Advanced

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

02/28: gnu: perl-type-tie: Update to 0.015.


From: guix-commits
Subject: 02/28: gnu: perl-type-tie: Update to 0.015.
Date: Wed, 19 May 2021 16:30:11 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a1d685595a9c9958a610d6e5c50f82a5bc54c937
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 19 15:33:33 2021 +0300

    gnu: perl-type-tie: Update to 0.015.
    
    * gnu/packages/perl.scm (perl-type-tie): Update to 0.015.
---
 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 4609122..0b2a3bd 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10593,14 +10593,14 @@ else.")
 (define-public perl-type-tie
   (package
     (name "perl-type-tie")
-    (version "0.014")
+    (version "0.015")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/T/TO/TOBYINK/"
                            "Type-Tie-" version ".tar.gz"))
        (sha256
-        (base32 "1ri23xb3rdb59lk984hnjqi4pb97zqnv4ppn0zpd70pfp0a9addm"))))
+        (base32 "0d2ldn6pi8dj7shk4gkjm9bzqr7509fzkwjs7579pmgg6xkkynjf"))))
     (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]