diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-10-24 16:15:40 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-02-23 21:29:15 +0100 |
commit | 727b8c6fef82cc8019047fa5b2643c1e5fda3a96 (patch) | |
tree | 0d8134e42da72f1c3e72edb4c087246c9739fca2 | |
parent | 3a60236fac99eb5de2fafc3201182b80f82efa27 (diff) | |
download | guix-727b8c6fef82cc8019047fa5b2643c1e5fda3a96.tar.gz guix-727b8c6fef82cc8019047fa5b2643c1e5fda3a96.zip |
gnu: perl-string-copyright: Update to 0.003014.
* gnu/packages/license.scm (perl-string-copyright): Update to 0.003014.
[native-inputs]: Remove perl-number-range. Add perl-test-without-module,
perl-test2-suite.
[propagated-inputs]: Add perl-set-intspan.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
-rw-r--r-- | gnu/packages/license.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm index 06a748aa8e..847cc2cfcb 100644 --- a/gnu/packages/license.scm +++ b/gnu/packages/license.scm @@ -73,7 +73,7 @@ Regexp::Pattern is a convention for organizing reusable regex patterns.") (define-public perl-string-copyright (package (name "perl-string-copyright") - (version "0.003006") + (version "0.003014") (source (origin (method url-fetch) @@ -82,12 +82,12 @@ Regexp::Pattern is a convention for organizing reusable regex patterns.") version ".tar.gz")) (sha256 (base32 - "0fzymv065nn3glwnw34nkyadzw2dh4rcz8avmki4zrnk4k45m01a")))) + "0xdm0ml65r77sk1pklnq4spbmn9qid4m44rnva8hhh00b9044k9f")))) (build-system perl-build-system) (native-inputs - (list perl-number-range)) + (list perl-test-without-module perl-test2-suite)) (propagated-inputs - (list perl-exporter-tiny)) + (list perl-exporter-tiny perl-set-intspan)) (home-page "https://metacpan.org/release/String-Copyright") (synopsis "Representation of text-based copyright statements") (description "String::Copyright Parses common styles of copyright |