gnu: perl-data-dump: Update to 1.23.
* gnu/packages/perl.scm (perl-data-dump): Update to 1.23.
This commit is contained in:
parent
631efa496c
commit
d437a60f3e
|
@ -1681,7 +1681,7 @@ short and handy (e.g. to use it as part of a URL).")
|
||||||
(define-public perl-data-dump
|
(define-public perl-data-dump
|
||||||
(package
|
(package
|
||||||
(name "perl-data-dump")
|
(name "perl-data-dump")
|
||||||
(version "1.22")
|
(version "1.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(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"))
|
"Data-Dump-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ciqlwsy1q35s94dry9bjy1pwanbq6b7q4rhxm9z8prgkzbslg2k"))))
|
"0r9ba52b7p8nnn6nw0ygm06lygi8g68piri78jmlqyrqy5gb0lxg"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "http://search.cpan.org/dist/Data-Dump/")
|
(home-page "http://search.cpan.org/dist/Data-Dump/")
|
||||||
(synopsis "Pretty printing of data structures")
|
(synopsis "Pretty printing of data structures")
|
||||||
|
|
Loading…
Reference in New Issue