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

* gnu/packages/perl.scm (perl-tree-simple): Update to 1.33.
This commit is contained in:
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 (define-public perl-tree-simple
(package (package
(name "perl-tree-simple") (name "perl-tree-simple")
(version "1.25") (version "1.33")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/R/RS/RSAVAGE/" (uri (string-append "mirror://cpan/authors/id/R/RS/RSAVAGE/"
"Tree-Simple-" version ".tgz")) "Tree-Simple-" version ".tgz"))
(sha256 (sha256
(base32 (base32 "1alnwb6c7n4al91m9cyknvcyvdz521lh22dz1hyk4v7c50adffnv"))))
"1xj1n70v4qbx7m9k01bj9aixk77yssliavgvfds3xj755hcan0nr"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-module-build" ,perl-module-build) `(("perl-module-build" ,perl-module-build)