gnu: perl-class-tiny: Update to 1.008.

* gnu/packages/perl.scm (perl-class-tiny): Update to 1.008.
This commit is contained in:
Efraim Flashner 2021-05-18 22:58:36 +03:00
parent d3bd918aeb
commit a02a1579e6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1585,7 +1585,7 @@ little other than manage the instantiation of a single object.")
(define-public perl-class-tiny (define-public perl-class-tiny
(package (package
(name "perl-class-tiny") (name "perl-class-tiny")
(version "1.006") (version "1.008")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1593,7 +1593,7 @@ little other than manage the instantiation of a single object.")
"Class-Tiny-" version ".tar.gz")) "Class-Tiny-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0knbi1agcfc9d7fca0szvxr6335pb22pc5n648q1vrcba8qvvz1f")))) "05anh4hn8va46xwbdx7rqxnhb8i1lingb614lywzr89gj5iql1gf"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "https://metacpan.org/release/Class-Tiny") (home-page "https://metacpan.org/release/Class-Tiny")
(synopsis "Minimalist class construction") (synopsis "Minimalist class construction")