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>master
parent
eb107276df
commit
b5605923be
|
@ -743,7 +743,7 @@ minimal wrapper around an instance of this module.")
|
||||||
(define-public perl6-test-meta
|
(define-public perl6-test-meta
|
||||||
(package
|
(package
|
||||||
(name "perl6-test-meta")
|
(name "perl6-test-meta")
|
||||||
(version "0.0.14")
|
(version "0.0.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -752,13 +752,12 @@ minimal wrapper around an instance of this module.")
|
||||||
(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 "0kd4yixx6lac240lcx0f5pfswspvpp43034mq2vs65zxghsvvcmf"))))
|
||||||
"1mzrglb7lbiy5h9dlc7dyhvv9gppxmdmpmrv6nzbd695jzr38bri"))))
|
|
||||||
(build-system rakudo-build-system)
|
(build-system rakudo-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list perl6-meta6 perl6-uri))
|
(list perl6-license-spdx perl6-meta6 perl6-uri))
|
||||||
(home-page "https://github.com/jonathanstowe/Test-META")
|
(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
|
(description "This provides a simple mechanism for module authors to have
|
||||||
some confidence that they have a working distribution META description file.")
|
some confidence that they have a working distribution META description file.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
Reference in New Issue