summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-22 19:32:57 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 14:31:52 +0100
commit687a8b0857dc3afdd53002e7113402307400657f (patch)
tree4d21af0dadfa3c1459d2b680b570e61c32664282 /gnu
parent4a5758084ebf9409ba2b2bc226cab1d683a375e7 (diff)
downloadguix-687a8b0857dc3afdd53002e7113402307400657f.tar.gz
gnu: perl-padwalker: Update to 2.3.
* gnu/packages/perl.scm (perl-padwalker): Update to 2.3.
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 64f6f31dac..8593241aa9 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6721,15 +6721,14 @@ compiler.")
 (define-public perl-padwalker
   (package
     (name "perl-padwalker")
-    (version "2.0")
+    (version "2.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/R/RO/ROBIN/"
                            "PadWalker-" version ".tar.gz"))
        (sha256
-        (base32
-         "058l78rkr6px3rqcv2sdf9sqimdq1nc6py5yb9rrg3wmva7crw84"))))
+        (base32 "1kw8cnfyh6jbngm9q1kn003g08gis6l82h77d12yaq88c3xl8v1a"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/PadWalker")
     (synopsis "Play with other peoples' lexical variables")