summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-05-18 22:58:36 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-05-18 23:07:08 +0300
commita02a1579e6c3dd3c1ae741747e8b1db42c2f90b0 (patch)
treecdfb46c5bedeffe07a455ebf45799deb02a24db5 /gnu
parentd3bd918aebd158507b80ac7044d1f370f33e754d (diff)
downloadguix-patches-a02a1579e6c3dd3c1ae741747e8b1db42c2f90b0.tar
guix-patches-a02a1579e6c3dd3c1ae741747e8b1db42c2f90b0.tar.gz
gnu: perl-class-tiny: Update to 1.008.
* gnu/packages/perl.scm (perl-class-tiny): Update to 1.008.
Diffstat (limited to 'gnu')
-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 1744c5358a..a944840e4e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1585,7 +1585,7 @@ little other than manage the instantiation of a single object.")
(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 @@ little other than manage the instantiation of a single object.")
"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")