[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/35: gnu: perl6-zef: Update to 0.13.8.
From: |
guix-commits |
Subject: |
12/35: gnu: perl6-zef: Update to 0.13.8. |
Date: |
Mon, 4 Mar 2024 04:53:40 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 90a7efcc1e618ff21e100a4041ba32d541f2bd5f
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Apr 29 05:17:56 2022 +0000
gnu: perl6-zef: Update to 0.13.8.
* gnu/packages/perl6.scm (perl6-zef): Update to 0.13.8.
[source]: Reindent.
[arguments]: Replace Perl with Raku in 'check' phase.
[synopsis, description]: Replace mentions of Perl with Raku.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/perl6.scm | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index d61868f8b2..d18d953d5a 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -829,17 +829,16 @@ character numbering.")
(define-public perl6-zef
(package
(name "perl6-zef")
- (version "0.6.7")
+ (version "0.13.8")
(source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/ugexe/zef")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "07n7g1xw2c4g860rs890gx85vyhdq0ysgwbrnzw6q905jph2bkv7"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ugexe/zef")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0zmx2gavi975811kskv5j4j2zsysnxfklwx0azn8rffraadnhscm"))))
(build-system rakudo-build-system)
(arguments
'(#:with-zef? #f
@@ -848,11 +847,11 @@ character numbering.")
(replace 'check
(lambda _
(setenv "HOME" "/tmp")
- (invoke "perl6" "-I." "bin/zef" "--debug"
+ (invoke "raku" "-I." "bin/zef" "--debug"
"--tap-harness" "test" "."))))))
(home-page "https://github.com/ugexe/zef")
- (synopsis "Perl6 Module Management")
- (description "Zef is a Perl 6 package (module) manager. It can be used to
-download and install Perl 6 modules in your home directory or as a system-wide
+ (synopsis "Raku Module Management")
+ (description "Zef is a Raku package (module) manager. It can be used to
+download and install Raku modules in your home directory or as a system-wide
module.")
(license license:artistic2.0)))
- 25/35: gnu: perl6-mime-base64: Update to 1.2.3., (continued)
- 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, 2024/03/04
- 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 <=
- 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
- 30/35: gnu: perl6-uri: Update to 0.3.5., guix-commits, 2024/03/04
- 33/35: gnu: Add perl6-format-lisp., guix-commits, 2024/03/04
- 27/35: gnu: perl6-xml-writer: Perl -> Raku., guix-commits, 2024/03/04
- 28/35: gnu: perl6-svg: Perl -> Raku., guix-commits, 2024/03/04