gnu: perl-tree-simple-visitorfactory: Update to 0.15.

* gnu/packages/perl.scm (perl-tree-simple-visitorfactory): Update to 0.15.
master
Tobias Geerinckx-Rice 2019-03-23 09:51:36 +01:00
parent 2a4bb24e6f
commit ff6c9dbf63
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -8776,15 +8776,14 @@ simple n-ary tree.")
(define-public perl-tree-simple-visitorfactory
(package
(name "perl-tree-simple-visitorfactory")
(version "0.12")
(version "0.15")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/R/RS/RSAVAGE/"
"Tree-Simple-VisitorFactory-" version ".tgz"))
(sha256
(base32
"1g27xl48q1vr7aikhxg4vvcsj1si8allxz59vmnks61wsw4by7vg"))))
(base32 "06y2vazkl307k59hnkp9h5bp3p7711kgmp1qdhb2lgnfwzn84zin"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)