[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55179] [WIP PATCH 10/30] gnu: perl6-terminal-ansicolor: Perl -> Rak
From: |
Paul A. Patience |
Subject: |
[bug#55179] [WIP PATCH 10/30] gnu: perl6-terminal-ansicolor: Perl -> Raku. |
Date: |
Fri, 29 Apr 2022 05:18:00 +0000 |
* gnu/packages/perl6.scm (perl6-terminal-ansicolor): Extract commit
outside of source.
[description]: Replace mention of Perl with Raku.
---
gnu/packages/perl6.scm | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 61be540ed8..6c5281f577 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -707,26 +707,26 @@ (define-public perl6-tap-harness
(license license:artistic2.0)))
(define-public perl6-terminal-ansicolor
- (package
- (name "perl6-terminal-ansicolor")
- (version "0.5")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
+ ;; The commit where 0.5 was “tagged”.
+ (let ((commit "edded4a7116ce11cbc9fb5a83669c7ba119d0212"))
+ (package
+ (name "perl6-terminal-ansicolor")
+ (version "0.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
(url "https://github.com/tadzik/Terminal-ANSIColor")
- ;; The commit where 0.5 was "tagged"
- (commit "edded4a7116ce11cbc9fb5a83669c7ba119d0212")))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1apm999azkyg5s35gid12wq019aqnvzrkz7qjmipd74mdxgr00x7"))))
- (build-system rakudo-build-system)
- (arguments '(#:with-zef? #f))
- (home-page "https://github.com/tadzik/Terminal-ANSIColor")
- (synopsis "Colorize terminal output")
- (description "This is a @code{Terminal::ANSIColor} module for Perl 6.")
- (license license:expat)))
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1apm999azkyg5s35gid12wq019aqnvzrkz7qjmipd74mdxgr00x7"))))
+ (build-system rakudo-build-system)
+ (arguments '(#:with-zef? #f))
+ (home-page "https://github.com/tadzik/Terminal-ANSIColor")
+ (synopsis "Colorize terminal output")
+ (description "This is a @code{Terminal::ANSIColor} module for Raku.")
+ (license license:expat))))
(define-public perl6-test-meta
(package
--
2.36.0
- [bug#55179] [WIP PATCH 00/30] gnu: rakudo: Update to 2022.04 and packages too., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 01/30] gnu: moarvm: Remove trailing boolean., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 03/30] gnu: rakudo: Remove trailing booleans., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 02/30] gnu: nqp: Remove trailing booleans., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 05/30] gnu: Add nqp-configure., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 04/30] gnu: moarvm: Update to 2022.04., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 07/30] gnu: rakudo: Update to 2022.04., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 10/30] gnu: perl6-terminal-ansicolor: Perl -> Raku.,
Paul A. Patience <=
- [bug#55179] [WIP PATCH 06/30] gnu: nqp: Update to 2022.04., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 11/30] gnu: perl6-grammar-debugger: Perl -> Raku., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 15/30] gnu: Add perl6-json-optin., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 19/30] gnu: perl6-json-class: Update to 0.0.18., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 16/30] gnu: perl6-json-name: Update to 0.0.6., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 09/30] gnu: perl6-zef: Update to 0.13.8., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 08/30] gnu: perl6-tap-harness: Update to 0.3.5., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 13/30] gnu: perl6-json: Perl -> Raku., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 17/30] gnu: perl6-json-marshal: Update to 0.0.23., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 12/30] gnu: perl6-grammar-profiler-simple: Perl -> Raku., Paul A. Patience, 2022/04/29