mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: perl-tree-simple-visitorfactory: Update to 0.16.
* gnu/packages/perl.scm (perl-tree-simple-visitorfactory): Update to 0.16.
This commit is contained in:
parent
e9ae445a59
commit
21fdc40e2d
1 changed files with 2 additions and 2 deletions
|
@ -10550,14 +10550,14 @@ simple n-ary tree.")
|
||||||
(define-public perl-tree-simple-visitorfactory
|
(define-public perl-tree-simple-visitorfactory
|
||||||
(package
|
(package
|
||||||
(name "perl-tree-simple-visitorfactory")
|
(name "perl-tree-simple-visitorfactory")
|
||||||
(version "0.15")
|
(version "0.16")
|
||||||
(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-VisitorFactory-" version ".tgz"))
|
"Tree-Simple-VisitorFactory-" version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06y2vazkl307k59hnkp9h5bp3p7711kgmp1qdhb2lgnfwzn84zin"))))
|
(base32 "19hdi00rw492m5r51b495gv5c64g91g98f8lm6sgym1cl7x3ixcw"))))
|
||||||
(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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue