[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/35: gnu: perl6-json-class: Update to 0.0.18.
From: |
guix-commits |
Subject: |
22/35: gnu: perl6-json-class: Update to 0.0.18. |
Date: |
Mon, 4 Mar 2024 04:53:41 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 0402806bff9d71f0e522a8f23aeed063395c9b26
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Apr 29 05:18:51 2022 +0000
gnu: perl6-json-class: Update to 0.0.18.
* gnu/packages/perl6.scm (perl6-json-class): Update to 0.0.18.
[source]: Reindent.
[propagated-inputs]: Move below native-inputs.
[synopsis, description]: Fix minor stylistic issues.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/perl6.scm | 29 ++++++++++++++---------------
1 file changed, 14 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 79c4b661e9..f18ac16300 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -384,30 +384,29 @@ deserializing JSON.")
(define-public perl6-json-class
(package
(name "perl6-json-class")
- (version "0.0.12")
+ (version "0.0.18")
(source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/jonathanstowe/JSON-Class")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1zyzajc57j3m8q0nr72h9pw4w2nx92rafywlvysgphc5q9sb8np2"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jonathanstowe/JSON-Class")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0686qpcb6p5isjcsksrgsr1rh926cnhs6r091p5p3lh2fd575g1d"))))
(build-system rakudo-build-system)
- (propagated-inputs
- (list perl6-json-marshal perl6-json-unmarshal))
(native-inputs
(list perl6-json-fast))
+ (propagated-inputs
+ (list perl6-json-marshal perl6-json-unmarshal))
(home-page "https://github.com/jonathanstowe/JSON-Class")
- (synopsis "Provide simple serialisation/deserialisation of objects to/from
JSON")
+ (synopsis "Provide simple serialization/deserialization of objects to/from
JSON")
(description "This is a simple role that provides methods to instantiate a
-class from a JSON string that (hopefully,) represents it, and to serialise an
+class from a JSON string that (hopefully) represents it, and to serialize an
object of the class to a JSON string. The JSON created from an instance
should round trip to a new instance with the same values for the public
attributes. Private attributes (that is ones without accessors,) will be
-ignored for both serialisation and de-serialisation. The exact behaviour
+ignored for both serialization and deserialization. The exact behaviour
depends on that of @code{JSON::Marshal} and @code{JSON::Unmarshal}
respectively.")
(license license:artistic2.0)))
- 15/35: gnu: perl6-grammar-profiler-simple: Perl -> Raku., (continued)
- 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
- 22/35: gnu: perl6-json-class: Update to 0.0.18.,
guix-commits <=
- 11/35: gnu: perl6-tap-harness: Update to 0.3.5., guix-commits, 2024/03/04
- 35/35: gnu: moarvm: Fix building on powerpc-linux., guix-commits, 2024/03/04
- 18/35: gnu: Add perl6-json-optin., guix-commits, 2024/03/04
- 10/35: gnu: rakudo: Update to 2022.04., guix-commits, 2024/03/04
- 20/35: gnu: perl6-json-marshal: Update to 0.0.23., guix-commits, 2024/03/04
- 26/35: gnu: perl6-oo-monitors: Update to 1.1.1., guix-commits, 2024/03/04