gnu: perl6-json: Perl -> Raku.
* gnu/packages/perl6.scm (perl6-json): 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:
parent
189333f9c0
commit
12dd3c5d2d
@ -359,27 +359,27 @@ have profiling information collected when the grammar is used.")
|
|||||||
(license license:artistic2.0))))
|
(license license:artistic2.0))))
|
||||||
|
|
||||||
(define-public perl6-json
|
(define-public perl6-json
|
||||||
(package
|
;; The commit where 1.0 was “tagged”.
|
||||||
(name "perl6-json")
|
(let ((commit "a5ef8c179350dae44ce7fb1abb684fc62c1c2b99"))
|
||||||
(version "1.0")
|
(package
|
||||||
(source
|
(name "perl6-json")
|
||||||
(origin
|
(version "1.0")
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
(url "https://github.com/moritz/json")
|
(url "https://github.com/moritz/json")
|
||||||
;; The commit where 1.0 was "tagged"
|
(commit commit)))
|
||||||
(commit "a5ef8c179350dae44ce7fb1abb684fc62c1c2b99")))
|
(file-name (git-file-name name version))
|
||||||
(file-name (git-file-name name version))
|
(sha256
|
||||||
(sha256
|
(base32 "1kzryxkqyr129rcckd4jh0dfxdgzv71qx8dpkpm1divbfjyknlay"))))
|
||||||
(base32
|
(build-system rakudo-build-system)
|
||||||
"1kzryxkqyr129rcckd4jh0dfxdgzv71qx8dpkpm1divbfjyknlay"))))
|
(arguments '(#:with-zef? #f))
|
||||||
(build-system rakudo-build-system)
|
(home-page "https://github.com/moritz/json")
|
||||||
(arguments '(#:with-zef? #f))
|
(synopsis "Minimal JSON (de)serializer")
|
||||||
(home-page "https://github.com/moritz/json")
|
(description "This module is a simple Raku module for serializing and
|
||||||
(synopsis "Minimal JSON (de)serializer")
|
|
||||||
(description "This module is a simple Perl 6 module for serializing and
|
|
||||||
deserializing JSON.")
|
deserializing JSON.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0))))
|
||||||
|
|
||||||
(define-public perl6-json-class
|
(define-public perl6-json-class
|
||||||
(package
|
(package
|
||||||
|
Loading…
Reference in New Issue
Block a user