gnu: perl-tree-simple: Update to 1.33.

* gnu/packages/perl.scm (perl-tree-simple): Update to 1.33.
master
Tobias Geerinckx-Rice 2019-03-23 10:17:26 +01:00
parent 2f9b601846
commit 1dc19afbd0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -8744,15 +8744,14 @@ and time() calls.")
(define-public perl-tree-simple
(package
(name "perl-tree-simple")
(version "1.25")
(version "1.33")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/R/RS/RSAVAGE/"
"Tree-Simple-" version ".tgz"))
(sha256
(base32
"1xj1n70v4qbx7m9k01bj9aixk77yssliavgvfds3xj755hcan0nr"))))
(base32 "1alnwb6c7n4al91m9cyknvcyvdz521lh22dz1hyk4v7c50adffnv"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)