mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: perl6-json-marshal: Update to 0.0.23.
* gnu/packages/perl6.scm (perl6-json-marshal): Update to 0.0.23. [source]: Reindent. [propagated-inputs]: Move below native-inputs. [synopsis]: Serialisation -> serialization. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
0e3cf25786
commit
168d474e84
1 changed files with 12 additions and 13 deletions
|
@ -438,24 +438,23 @@ (define-public perl6-json-fast
|
||||||
(define-public perl6-json-marshal
|
(define-public perl6-json-marshal
|
||||||
(package
|
(package
|
||||||
(name "perl6-json-marshal")
|
(name "perl6-json-marshal")
|
||||||
(version "0.0.16")
|
(version "0.0.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/jonathanstowe/JSON-Marshal")
|
(url "https://github.com/jonathanstowe/JSON-Marshal")
|
||||||
(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 "057xmdadhy5wkbhr6w1iybv2j7qf4bf8d4cp8m4qdcgk6pqzpkgc"))))
|
||||||
"0qy7j83h6gjzyyv74ncd92cd9h45rv8diaz3vldiv3b6fqwz4c6i"))))
|
|
||||||
(build-system rakudo-build-system)
|
(build-system rakudo-build-system)
|
||||||
(propagated-inputs
|
|
||||||
(list perl6-json-fast perl6-json-name))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list perl6-json-fast))
|
(list perl6-json-fast))
|
||||||
|
(propagated-inputs
|
||||||
|
(list perl6-json-fast perl6-json-name))
|
||||||
(home-page "https://github.com/jonathanstowe/JSON-Marshal")
|
(home-page "https://github.com/jonathanstowe/JSON-Marshal")
|
||||||
(synopsis "Simple serialisation of objects to JSON")
|
(synopsis "Simple serialization of objects to JSON")
|
||||||
(description "This library provides a single exported subroutine to create
|
(description "This library provides a single exported subroutine to create
|
||||||
a JSON representation of an object. It should round trip back into an object
|
a JSON representation of an object. It should round trip back into an object
|
||||||
of the same class using @code{JSON::Unmarshal}.")
|
of the same class using @code{JSON::Unmarshal}.")
|
||||||
|
|
Loading…
Reference in a new issue