diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-30 13:02:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-30 17:20:42 +0100 |
commit | 2fb83ca6c513967b611ba242f8f70f04c7af31f0 (patch) | |
tree | 4f2b9590e274c9eab0fef18330181ee505fe4648 /gnu | |
parent | 7e5132a297c133d40e47af7d8a4ee28b07ead053 (diff) | |
download | patches-2fb83ca6c513967b611ba242f8f70f04c7af31f0.tar patches-2fb83ca6c513967b611ba242f8f70f04c7af31f0.tar.gz |
gnu: perl-class-tiny: Update to 1.006.
* gnu/packages/perl.scm (perl-class-tiny): Update to 1.006.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index cfb494fc83..0343b167ab 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -1165,7 +1165,7 @@ little other than manage the instantiation of a single object.") (define-public perl-class-tiny (package (name "perl-class-tiny") - (version "1.000") + (version "1.006") (source (origin (method url-fetch) @@ -1173,7 +1173,7 @@ little other than manage the instantiation of a single object.") "Class-Tiny-" version ".tar.gz")) (sha256 (base32 - "0jll90byj0nl16hwpf28k54i4n53jidjsj1bnlbx72v0n56qfpb2")))) + "0knbi1agcfc9d7fca0szvxr6335pb22pc5n648q1vrcba8qvvz1f")))) (build-system perl-build-system) (home-page "http://search.cpan.org/dist/Class-Tiny/") (synopsis "Minimalist class construction") |