[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/35: gnu: perl6-test-meta: Update to 0.0.17.
From: |
guix-commits |
Subject: |
31/35: gnu: perl6-test-meta: Update to 0.0.17. |
Date: |
Mon, 4 Mar 2024 04:53:42 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit b5605923be7c3f9e108d7b546dfeec9fd739d55f
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Apr 29 05:19:32 2022 +0000
gnu: perl6-test-meta: Update to 0.0.17.
* gnu/packages/perl6.scm (perl6-test-meta): Update to 0.0.17.
[source]: Reindent.
[propagated-inputs]: Add perl6-license-spdx.
[synopsis]: Add a missing apostrophe.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/perl6.scm | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 0ccaaa82d8..f122288db2 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -743,22 +743,21 @@ minimal wrapper around an instance of this module.")
(define-public perl6-test-meta
(package
(name "perl6-test-meta")
- (version "0.0.14")
+ (version "0.0.17")
(source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/jonathanstowe/Test-META")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1mzrglb7lbiy5h9dlc7dyhvv9gppxmdmpmrv6nzbd695jzr38bri"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jonathanstowe/Test-META")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0kd4yixx6lac240lcx0f5pfswspvpp43034mq2vs65zxghsvvcmf"))))
(build-system rakudo-build-system)
(propagated-inputs
- (list perl6-meta6 perl6-uri))
+ (list perl6-license-spdx perl6-meta6 perl6-uri))
(home-page "https://github.com/jonathanstowe/Test-META")
- (synopsis "Test a distributions META file")
+ (synopsis "Test a distribution's META file")
(description "This provides a simple mechanism for module authors to have
some confidence that they have a working distribution META description file.")
(license license:artistic2.0)))
- branch master updated (f00f56514d -> 8850782392), guix-commits, 2024/03/04
- 16/35: gnu: perl6-json: Perl -> Raku., guix-commits, 2024/03/04
- 02/35: gnu: units: Update to 2.23., guix-commits, 2024/03/04
- 07/35: gnu: moarvm: Update to 2022.04., guix-commits, 2024/03/04
- 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 <=
- 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