guix-commits
[Top][All Lists]
Advanced

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

27/32: gnu: perl-data-dump: Update to 1.23.


From: Tobias Geerinckx-Rice
Subject: 27/32: gnu: perl-data-dump: Update to 1.23.
Date: Mon, 12 Mar 2018 00:06:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d437a60f3ee6b4596d12b0d484a53202f5b90ff4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 12 00:24:00 2018 +0100

    gnu: perl-data-dump: Update to 1.23.
    
    * gnu/packages/perl.scm (perl-data-dump): Update to 1.23.
---
 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 86c5718..1f1be8d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1681,7 +1681,7 @@ short and handy (e.g. to use it as part of a URL).")
 (define-public perl-data-dump
   (package
     (name "perl-data-dump")
-    (version "1.22")
+    (version "1.23")
     (source
      (origin
        (method url-fetch)
@@ -1689,7 +1689,7 @@ short and handy (e.g. to use it as part of a URL).")
                            "Data-Dump-" version ".tar.gz"))
        (sha256
         (base32
-         "1ciqlwsy1q35s94dry9bjy1pwanbq6b7q4rhxm9z8prgkzbslg2k"))))
+         "0r9ba52b7p8nnn6nw0ygm06lygi8g68piri78jmlqyrqy5gb0lxg"))))
     (build-system perl-build-system)
     (home-page "http://search.cpan.org/dist/Data-Dump/";)
     (synopsis "Pretty printing of data structures")



reply via email to

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