summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-03 21:10:04 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-05 03:00:58 +0200
commit27f89be5c9a788aab67799902656f446e85d5721 (patch)
tree2f5c35464d8ea868929f43fe83802df73b6596b7 /gnu/packages/perl.scm
parent91cb6eaf52b9095d31a4f1c07673b409ffec6074 (diff)
gnu: perl-moosex-methodattributes: Update to 0.31.
* gnu/packages/perl.scm (perl-moosex-methodattributes): Update to 0.31.
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 bbb4e6890a..bcffe383c0 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5551,7 +5551,7 @@ overloads will \"just work\".")
(define-public perl-moosex-methodattributes
(package
(name "perl-moosex-methodattributes")
- (version "0.29")
+ (version "0.31")
(source
(origin
(method url-fetch)
@@ -5559,7 +5559,7 @@ overloads will \"just work\".")
"MooseX-MethodAttributes-" version ".tar.gz"))
(sha256
(base32
- "1pz3i67gadfmgzj87m1xp2ilcg3yhppdylcng2h6c11dy0a06hdk"))))
+ "1whd10w7bm3dwaj7gpgw40bci9vvb2zmxs4349ifji91hvinwqck"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build-tiny" ,perl-module-build-tiny)