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>
This commit is contained in:
Paul A. Patience 2022-04-29 05:19:03 +00:00 committed by Efraim Flashner
parent 3a7dede309
commit 93ce61715a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 22 deletions

View File

@ -561,35 +561,34 @@ licences therein.")
(define-public perl6-meta6 (define-public perl6-meta6
(package (package
(name "perl6-meta6") (name "perl6-meta6")
(version "0.0.23") (version "0.0.26")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/jonathanstowe/META6") (url "https://github.com/jonathanstowe/META6")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1jg8z0y29df9sy6za285jy38c3v6dl54ar54dp6marzcih02payx"))))
"1xnlaamfbdlfb2zidim3bbc4mawsrg6qxhxi6gbld46z1cyry1cw"))))
(build-system rakudo-build-system) (build-system rakudo-build-system)
(propagated-inputs
(list perl6-json-class))
(native-inputs (native-inputs
(list perl6-json-fast)) (list perl6-json-fast))
(propagated-inputs
(list perl6-json-class))
(home-page "https://github.com/jonathanstowe/META6") (home-page "https://github.com/jonathanstowe/META6")
(synopsis "Do things with Perl 6 [META files]") (synopsis "Do things with Raku META files")
(description "This provides a representation of the Perl 6 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 specification -- the META file data can be read, created, parsed and written
manner that is conformant with the specification. in a manner that is conformant with the specification.
Where they are known about it also makes allowance for customary usage in Where they are known about, it also makes allowance for customary usage in
existing software (such as installers and so forth.) existing software (such as installers and so forth).
The intent of this is allow the generation and testing of META files for The intent of this is to allow the generation and testing of META files for
module authors, so it can provide meta-information whether the attributes are module authors, so it can provide meta-information about whether the
mandatory as per the spec and where known the places that customary attributes attributes are mandatory as per the spec and, where known, the places that
are used.") customary attributes are used.")
(license license:artistic2.0))) (license license:artistic2.0)))
(define-public perl6-mime-base64 (define-public perl6-mime-base64