guix-commits
[Top][All Lists]
Advanced

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

44/59: gnu: perl-types-path-tiny: Update to 0.006.


From: guix-commits
Subject: 44/59: gnu: perl-types-path-tiny: Update to 0.006.
Date: Sat, 23 Mar 2019 11:04:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 546e2731e4a8beef80751e17420691638a56d279
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 23 13:09:48 2019 +0100

    gnu: perl-types-path-tiny: Update to 0.006.
    
    * gnu/packages/perl.scm (perl-types-path-tiny): Update to 0.006.
---
 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 a3db5a4..502350a 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8876,15 +8876,14 @@ so other data validation frameworks might also consider 
using it.")
 (define-public perl-types-path-tiny
   (package
     (name "perl-types-path-tiny")
-    (version "0.005")
+    (version "0.006")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
                            "Types-Path-Tiny-" version ".tar.gz"))
        (sha256
-        (base32
-         "09nf167ssi4rgj8hhzylwp3zdx61njdpyfri43arcmk9aqn7f0pp"))))
+        (base32 "1072vwcbx2bldfg8xpxc9iqs3rzqd18yik60b432hsdwxpxcjgsr"))))
     (build-system perl-build-system)
     (propagated-inputs
      `(("perl-file-pushd" ,perl-file-pushd)



reply via email to

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