diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-12 00:24:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-12 04:57:59 +0100 |
commit | d437a60f3ee6b4596d12b0d484a53202f5b90ff4 (patch) | |
tree | ab8d5708e7023a99552e39bdb81ce4fa81461236 /gnu | |
parent | 631efa496cc4d0983d67e6d9fb2493a78e5011fd (diff) | |
download | guix-d437a60f3ee6b4596d12b0d484a53202f5b90ff4.tar guix-d437a60f3ee6b4596d12b0d484a53202f5b90ff4.tar.gz |
gnu: perl-data-dump: Update to 1.23.
* gnu/packages/perl.scm (perl-data-dump): Update to 1.23.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 86c5718ea5..1f1be8d600 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") |