summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 09:51:36 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:08 +0100
commitff6c9dbf63176324c614500fbbcf15ad064ab664 (patch)
treead93da0ecac1c7dd2e98d2cd1fb84f7ede8d7c0a /gnu
parent2a4bb24e6f8796c4f1bde59852f02deae7304708 (diff)
downloadguix-patches-ff6c9dbf63176324c614500fbbcf15ad064ab664.tar
guix-patches-ff6c9dbf63176324c614500fbbcf15ad064ab664.tar.gz
gnu: perl-tree-simple-visitorfactory: Update to 0.15.
* gnu/packages/perl.scm (perl-tree-simple-visitorfactory): Update to 0.15.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 084d0b0f9e..308bc1336b 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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)