[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/100: gnu: ruby-json-pure: Update to 2.6.3.
From: |
guix-commits |
Subject: |
26/100: gnu: ruby-json-pure: Update to 2.6.3. |
Date: |
Mon, 10 Jul 2023 03:27:28 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit b88e8777e97ed219c1966657e286de3b8506683e
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 b44a92f965..61fee5a4ff 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
- 13/100: gnu: Add ruby-sorted-set., (continued)
- 13/100: gnu: Add ruby-sorted-set., guix-commits, 2023/07/10
- 20/100: gnu: Add ruby-psych-3., guix-commits, 2023/07/10
- 23/100: gnu: ruby-sqlite3: Update to 1.6.3., guix-commits, 2023/07/10
- 31/100: gnu: ruby-minitest-bonus-assertions: Fix build., guix-commits, 2023/07/10
- 40/100: gnu: ruby-delayed-job: Fix build., guix-commits, 2023/07/10
- 38/100: gnu: ruby-protobuf: Fix build., guix-commits, 2023/07/10
- 48/100: gnu: ruby-rdoc: Update to 6.5.0., guix-commits, 2023/07/10
- 07/100: gnu: ruby-ritex: Build with ruby-2.7., guix-commits, 2023/07/10
- 02/100: gnu: ruby-bindex: Update to 0.8.1 and rename to ruby-skiptrace., guix-commits, 2023/07/10
- 18/100: gnu: ruby-mocha: Update to 2.0.4., guix-commits, 2023/07/10
- 26/100: gnu: ruby-json-pure: Update to 2.6.3.,
guix-commits <=
- 27/100: gnu: ruby-markaby: Fix tests., guix-commits, 2023/07/10
- 36/100: gnu: Add ruby-http-accept., guix-commits, 2023/07/10
- 24/100: gnu: ruby-rack: Update to 2.2.7., guix-commits, 2023/07/10
- 41/100: gnu: ruby-oedipus-lex: Update to 2.6.1., guix-commits, 2023/07/10
- 43/100: gnu: ruby-rest-client: Update to 2.1.0., guix-commits, 2023/07/10
- 61/100: gnu: ronn-ng: Fix build., guix-commits, 2023/07/10
- 72/100: gnu: ruby-connection-pool: Update to 2.4.1., guix-commits, 2023/07/10
- 54/100: gnu: ruby-importmap-rails: Remove ruby-byebug dependency., guix-commits, 2023/07/10
- 86/100: gnu: ruby-heredoc-unindent: Fix build., guix-commits, 2023/07/10
- 75/100: gnu: ruby-sexp-processor: Update to 4.17.0., guix-commits, 2023/07/10