summary refs log tree commit diff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-04-27 15:17:24 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-04-27 15:56:18 +0200
commit6e668353937a05779919b06cc7fc94f1eccb5033 (patch)
tree13f9002ec99a99907edb7485e2a3623b3a2a283c /gnu/packages/perl.scm
parent53ec1b7e8b649e78165dc9c6ea894cd70d20a33c (diff)
downloadguix-6e668353937a05779919b06cc7fc94f1eccb5033.tar.gz
gnu: perl-bareword-filehandles: Update to 0.006.
* gnu/packages/perl.scm (perl-bareword-filehandles): Update to 0.006.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 2e3f92f4e2..480a9b4533 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -385,7 +385,7 @@ error when it would have happened.")
 (define-public perl-bareword-filehandles
   (package
     (name "perl-bareword-filehandles")
-    (version "0.005")
+    (version "0.006")
     (source
      (origin
        (method url-fetch)
@@ -394,7 +394,7 @@ error when it would have happened.")
              version ".tar.gz"))
        (sha256
         (base32
-         "0fdirls2pg7d6ymvlzzz59q3dy6hgh08k0qpr2mw51w127s8rav6"))))
+         "1yxz6likpfshpyfrgwyi7dw6ig1wjhh0vnvbcs6ypr62pv00fv5d"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-b-hooks-op-check" ,perl-b-hooks-op-check)