[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/59: gnu: ruby-json-pure: Update to 2.6.3.
From: |
guix-commits |
Subject: |
26/59: gnu: ruby-json-pure: Update to 2.6.3. |
Date: |
Wed, 28 Jun 2023 05:55:14 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit 84bbae0623b9a2c5ed27c8a6b7cb4854f8c24335
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Jun 27 10:55:56 2023 +0100
gnu: ruby-json-pure: Update to 2.6.3.
* gnu/packages/ruby.scm (ruby-json-pure): Update to 2.6.3.
[source]: Use git repository.
[arguments]: Update style.
[home-page]: Update.
---
gnu/packages/ruby.scm | 36 +++++++++++++++++++++---------------
1 file changed, 21 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index e5bf210ca3..8326f818c7 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7642,28 +7642,34 @@ a native C extension.")
(define-public ruby-json-pure
(package
(name "ruby-json-pure")
- (version "2.3.1")
- (source (origin
- (method url-fetch)
- (uri (rubygems-uri "json_pure" version))
- (sha256
- (base32
- "00pziwkfqwk8vj19s65sdki31q1wvmf5v9b3sfglxm94qfvas1lx"))))
+ (version "2.6.3")
+ (source
+ (origin
+ ;; For tests
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/flori/json.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0551269c98a07m6bl594syh5vknrm3c636a4dxis9jpsb7vf7lfx"))))
(build-system ruby-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-rakefile
- (lambda _
- (substitute* "Rakefile"
- ;; Since this is not a git repository, do not call 'git'.
- (("`git ls-files`") "`find . -type f |sort`")))))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-rakefile
+ (lambda _
+ (substitute* "Rakefile"
+ ;; Since this is not a git repository, do not call 'git'.
+ (("`git ls-files`") "`find . -type f |sort`")))))))
(native-inputs
(list bundler ragel ruby-simplecov ruby-test-unit which))
(synopsis "JSON implementation in pure Ruby")
(description
"This package provides a JSON implementation written in pure Ruby.")
- (home-page "https://flori.github.com/json/")
+ (home-page "https://flori.github.io/json/")
(license license:ruby)))
(define-public ruby-jwt
- 11/59: gnu: Add ruby-rbtree., (continued)
- 11/59: gnu: Add ruby-rbtree., guix-commits, 2023/06/28
- 12/59: gnu: Add ruby-set., guix-commits, 2023/06/28
- 17/59: gnu: Add ruby-psych., guix-commits, 2023/06/28
- 16/59: gnu: Remove ruby-instantiator., guix-commits, 2023/06/28
- 06/59: gnu: ruby-pry: Update to 0.14.2., guix-commits, 2023/06/28
- 15/59: gnu: ruby-introspection: Adjust inputs., guix-commits, 2023/06/28
- 19/59: gnu: ruby-test-construct: Update to 2.0.2., guix-commits, 2023/06/28
- 20/59: gnu: Add ruby-psych-3., guix-commits, 2023/06/28
- 21/59: gnu: ruby-stackprof: Update to 0.2.25., guix-commits, 2023/06/28
- 22/59: gnu: ruby-hoe: Update to 4.0.4., guix-commits, 2023/06/28
- 26/59: gnu: ruby-json-pure: Update to 2.6.3.,
guix-commits <=
- 25/59: gnu: ruby-tzinfo-data: Update to 1.2023.3., guix-commits, 2023/06/28
- 27/59: gnu: ruby-markaby: Fix tests., guix-commits, 2023/06/28
- 32/59: gnu: ruby-term-ansicolor: Fix build., guix-commits, 2023/06/28
- 35/59: gnu: ruby-http-cookie: Update to 1.0.5., guix-commits, 2023/06/28
- 42/59: gnu: ruby-tilt: Update to 2.0.11., guix-commits, 2023/06/28
- 33/59: gnu: ruby-listen: Update to 3.8.0., guix-commits, 2023/06/28
- 37/59: gnu: Add ruby-http-accept-1., guix-commits, 2023/06/28
- 49/59: gnu: %ruby-rails-version: Update to 7.0.5.1., guix-commits, 2023/06/28
- 18/59: gnu: ruby-mocha: Update to 2.0.4., guix-commits, 2023/06/28
- 23/59: gnu: ruby-sqlite3: Update to 1.6.3., guix-commits, 2023/06/28