diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2025-02-05 12:59:02 +0900 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-02-22 15:24:38 +0100 |
| commit | 093387920690ac38cc9d84cf2d4bc8d38c249f7c (patch) | |
| tree | 10dcace118442d9a9ef04f2acb22d4aa92186179 | |
| parent | b00844be4f1ab5706ac224bc76564ef3d52018f6 (diff) | |
gnu: perl-specio: Update to 0.49.
* gnu/packages/perl.scm (perl-specio): Update to 0.49.
[native-inputs]: Add packages for testing.
[propagated-inputs]: Update and add runtime packages.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: I6951f94606a912d07d1ce679660d255d584f8e65
| -rw-r--r-- | gnu/packages/perl.scm | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index b8792b1443f..ce628d5eceb 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm | |||
| @@ -10250,7 +10250,7 @@ word-characters are compared lexically.") | |||
| 10250 | (define-public perl-specio | 10250 | (define-public perl-specio |
| 10251 | (package | 10251 | (package |
| 10252 | (name "perl-specio") | 10252 | (name "perl-specio") |
| 10253 | (version "0.38") | 10253 | (version "0.49") |
| 10254 | (source | 10254 | (source |
| 10255 | (origin | 10255 | (origin |
| 10256 | (method url-fetch) | 10256 | (method url-fetch) |
| @@ -10258,16 +10258,30 @@ word-characters are compared lexically.") | |||
| 10258 | "Specio-" version ".tar.gz")) | 10258 | "Specio-" version ".tar.gz")) |
| 10259 | (sha256 | 10259 | (sha256 |
| 10260 | (base32 | 10260 | (base32 |
| 10261 | "1s5xd9awwrzc94ymimjkxqs6jq513wwlmwwarxaklvg2hk4lps0l")))) | 10261 | "1by79pab88avvwv3r8sm78wsml1jssq3kc5yvk4fyf1p5ck6cmz8")))) |
| 10262 | (build-system perl-build-system) | 10262 | (build-system perl-build-system) |
| 10263 | (native-inputs (list perl-pathtools ;contains File::Spec | ||
| 10264 | perl-test-needs | ||
| 10265 | perl-xstring | ||
| 10266 | ;; optional test requirements | ||
| 10267 | perl-moo-2 | ||
| 10268 | perl-moose | ||
| 10269 | perl-namespace-autoclean)) | ||
| 10263 | (propagated-inputs | 10270 | (propagated-inputs |
| 10264 | (list perl-devel-stacktrace | 10271 | (list perl-carp |
| 10272 | perl-clone | ||
| 10273 | perl-devel-stacktrace | ||
| 10265 | perl-eval-closure | 10274 | perl-eval-closure |
| 10275 | perl-exporter | ||
| 10266 | perl-module-runtime | 10276 | perl-module-runtime |
| 10267 | perl-mro-compat | 10277 | perl-mro-compat |
| 10268 | perl-role-tiny | 10278 | perl-ref-util |
| 10279 | perl-role-tiny-2 ;contains Role::Tiny::With | ||
| 10280 | perl-scalar-list-utils ;contains List::Util and Scalar::Util | ||
| 10281 | perl-sub-quote | ||
| 10269 | perl-test-fatal | 10282 | perl-test-fatal |
| 10270 | perl-test-needs)) | 10283 | perl-test-simple ;contains Test::More |
| 10284 | perl-try-tiny)) | ||
| 10271 | (home-page "https://metacpan.org/release/Specio") | 10285 | (home-page "https://metacpan.org/release/Specio") |
| 10272 | (synopsis "Classes for representing type constraints and coercion") | 10286 | (synopsis "Classes for representing type constraints and coercion") |
| 10273 | (description "The Specio distribution provides classes for representing type | 10287 | (description "The Specio distribution provides classes for representing type |
