mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: perl-class-tiny: Update to 1.008.
* gnu/packages/perl.scm (perl-class-tiny): Update to 1.008.
This commit is contained in:
parent
d3bd918aeb
commit
a02a1579e6
1 changed files with 2 additions and 2 deletions
|
@ -1585,7 +1585,7 @@ (define-public perl-class-singleton
|
|||
(define-public perl-class-tiny
|
||||
(package
|
||||
(name "perl-class-tiny")
|
||||
(version "1.006")
|
||||
(version "1.008")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1593,7 +1593,7 @@ (define-public perl-class-tiny
|
|||
"Class-Tiny-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0knbi1agcfc9d7fca0szvxr6335pb22pc5n648q1vrcba8qvvz1f"))))
|
||||
"05anh4hn8va46xwbdx7rqxnhb8i1lingb614lywzr89gj5iql1gf"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/Class-Tiny")
|
||||
(synopsis "Minimalist class construction")
|
||||
|
|
Loading…
Reference in a new issue