gnu: perl6-terminal-ansicolor: Perl -> Raku.

* gnu/packages/perl6.scm (perl6-terminal-ansicolor): Extract commit
outside of source.
[description]: Replace mention of Perl with Raku.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Paul A. Patience 2022-04-29 05:18:00 +00:00 committed by Efraim Flashner
parent 90a7efcc1e
commit 479fedb025
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 19 additions and 19 deletions

View File

@ -707,26 +707,26 @@ minimal wrapper around an instance of this module.")
(license license:artistic2.0))) (license license:artistic2.0)))
(define-public perl6-terminal-ansicolor (define-public perl6-terminal-ansicolor
(package ;; The commit where 0.5 was “tagged”.
(name "perl6-terminal-ansicolor") (let ((commit "edded4a7116ce11cbc9fb5a83669c7ba119d0212"))
(version "0.5") (package
(source (name "perl6-terminal-ansicolor")
(origin (version "0.5")
(method git-fetch) (source
(uri (git-reference (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/tadzik/Terminal-ANSIColor") (url "https://github.com/tadzik/Terminal-ANSIColor")
;; The commit where 0.5 was "tagged" (commit commit)))
(commit "edded4a7116ce11cbc9fb5a83669c7ba119d0212"))) (file-name (git-file-name name version))
(file-name (git-file-name name version)) (sha256
(sha256 (base32 "1apm999azkyg5s35gid12wq019aqnvzrkz7qjmipd74mdxgr00x7"))))
(base32 (build-system rakudo-build-system)
"1apm999azkyg5s35gid12wq019aqnvzrkz7qjmipd74mdxgr00x7")))) (arguments '(#:with-zef? #f))
(build-system rakudo-build-system) (home-page "https://github.com/tadzik/Terminal-ANSIColor")
(arguments '(#:with-zef? #f)) (synopsis "Colorize terminal output")
(home-page "https://github.com/tadzik/Terminal-ANSIColor") (description "This is a @code{Terminal::ANSIColor} module for Raku.")
(synopsis "Colorize terminal output") (license license:expat))))
(description "This is a @code{Terminal::ANSIColor} module for Perl 6.")
(license license:expat)))
(define-public perl6-test-meta (define-public perl6-test-meta
(package (package