[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/35: gnu: perl6-meta6: Update to 0.0.26.
From: |
guix-commits |
Subject: |
24/35: gnu: perl6-meta6: Update to 0.0.26. |
Date: |
Mon, 4 Mar 2024 04:53:41 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 93ce61715ad7bc147a96af05f3fc01d620eece81
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Apr 29 05:19:03 2022 +0000
gnu: perl6-meta6: Update to 0.0.26.
* gnu/packages/perl6.scm (perl6-meta6): Update to 0.0.26.
[source]: Reindent.
[propagated-inputs]: Move below native-inputs.
[synopsis, description]: Replace mentions of Perl with Raku. Fix minor
stylistic issues.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/perl6.scm | 43 +++++++++++++++++++++----------------------
1 file changed, 21 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 05fcb7b1b4..ea40f285c5 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -561,35 +561,34 @@ licences therein.")
(define-public perl6-meta6
(package
(name "perl6-meta6")
- (version "0.0.23")
+ (version "0.0.26")
(source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/jonathanstowe/META6")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1xnlaamfbdlfb2zidim3bbc4mawsrg6qxhxi6gbld46z1cyry1cw"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jonathanstowe/META6")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1jg8z0y29df9sy6za285jy38c3v6dl54ar54dp6marzcih02payx"))))
(build-system rakudo-build-system)
- (propagated-inputs
- (list perl6-json-class))
(native-inputs
(list perl6-json-fast))
+ (propagated-inputs
+ (list perl6-json-class))
(home-page "https://github.com/jonathanstowe/META6")
- (synopsis "Do things with Perl 6 [META files]")
- (description "This provides a representation of the Perl 6 META files
-specification - the META file data can be read, created, parsed and written in
a
-manner that is conformant with the specification.
+ (synopsis "Do things with Raku META files")
+ (description "This provides a representation of the Raku META files
+specification -- the META file data can be read, created, parsed and written
+in a manner that is conformant with the specification.
-Where they are known about it also makes allowance for customary usage in
-existing software (such as installers and so forth.)
+Where they are known about, it also makes allowance for customary usage in
+existing software (such as installers and so forth).
-The intent of this is allow the generation and testing of META files for
-module authors, so it can provide meta-information whether the attributes are
-mandatory as per the spec and where known the places that customary attributes
-are used.")
+The intent of this is to allow the generation and testing of META files for
+module authors, so it can provide meta-information about whether the
+attributes are mandatory as per the spec and, where known, the places that
+customary attributes are used.")
(license license:artistic2.0)))
(define-public perl6-mime-base64
- 08/35: gnu: Add nqp-configure., (continued)
- 08/35: gnu: Add nqp-configure., guix-commits, 2024/03/04
- 06/35: gnu: rakudo: Remove trailing booleans., guix-commits, 2024/03/04
- 13/35: gnu: perl6-terminal-ansicolor: Perl -> Raku., guix-commits, 2024/03/04
- 31/35: gnu: perl6-test-meta: Update to 0.0.17., guix-commits, 2024/03/04
- 25/35: gnu: perl6-mime-base64: Update to 1.2.3., guix-commits, 2024/03/04
- 34/35: gnu: Remove libtommath-1.0., guix-commits, 2024/03/04
- 29/35: gnu: perl6-svg-plot: Perl -> Raku., guix-commits, 2024/03/04
- 32/35: gnu: perl6-test-mock: Update to 1.5-0.1130427., guix-commits, 2024/03/04
- 17/35: gnu: perl6-json-fast: Update to 0.17., guix-commits, 2024/03/04
- 21/35: gnu: perl6-json-unmarshal: Reindent., guix-commits, 2024/03/04
- 24/35: gnu: perl6-meta6: Update to 0.0.26.,
guix-commits <=
- 01/35: gnu: vim: Update to 9.1.0146., guix-commits, 2024/03/04
- 04/35: gnu: moarvm: Remove trailing boolean., guix-commits, 2024/03/04
- 03/35: gnu: imv: Update to 4.5.0., guix-commits, 2024/03/04
- 12/35: gnu: perl6-zef: Update to 0.13.8., guix-commits, 2024/03/04
- 15/35: gnu: perl6-grammar-profiler-simple: Perl -> Raku., guix-commits, 2024/03/04
- 14/35: gnu: perl6-grammar-debugger: Perl -> Raku., guix-commits, 2024/03/04
- 05/35: gnu: nqp: Remove trailing booleans., guix-commits, 2024/03/04
- 09/35: gnu: nqp: Update to 2022.04., guix-commits, 2024/03/04
- 23/35: gnu: perl6-license-spdx: Update to 3.16.0., guix-commits, 2024/03/04
- 19/35: gnu: perl6-json-name: Update to 0.0.6., guix-commits, 2024/03/04