diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 10:14:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 15:24:10 +0100 |
commit | 531a6e42163cda1e0a4276cec9a2acb4b2e23d37 (patch) | |
tree | e91bdf8334312f542af8a93306df896f596826b2 /gnu | |
parent | 3ef55d1b4fcb4d553b79042a9f86cb38d47788b6 (diff) | |
download | guix-531a6e42163cda1e0a4276cec9a2acb4b2e23d37.tar guix-531a6e42163cda1e0a4276cec9a2acb4b2e23d37.tar.gz |
gnu: perl-moosex-types-loadableclass: Update to 0.015.
* gnu/packages/perl.scm (perl-moosex-types-loadableclass): Update to 0.015.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 725a0b1d53..d458160f24 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -5949,15 +5949,14 @@ all coercions and constraints are inherited.") (define-public perl-moosex-types-loadableclass (package (name "perl-moosex-types-loadableclass") - (version "0.013") + (version "0.015") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/" "MooseX-Types-LoadableClass-" version ".tar.gz")) (sha256 - (base32 - "13v2hn3xr6adx15qik8b6966fbbw77ik1v4sxx24f766la10w2mq")))) + (base32 "1x1vb96hcrd96bzs73w0lb04jr0fvax1ams38qlzkp2kh9vx6dz0")))) (build-system perl-build-system) (native-inputs `(("perl-module-build-tiny" ,perl-module-build-tiny) |