summaryrefslogtreecommitdiff
path: root/gnu/packages/ruby-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 20:00:37 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 20:04:52 +0100
commitc73c6b01440d8f147467e5c612cc9e1a18ee6684 (patch)
treed6ca598bfab3ec0f696f3993cd8534838644c6d9 /gnu/packages/ruby-xyz.scm
parent41aea5cfae38e3d4ae63a288cf4262ea460009fa (diff)
gnu: ruby-jwt: Update to 3.2.0 fixing build.
* gnu/packages/ruby-xyz.scm (ruby-jwt): Update to 3.2.0. [native-inputs]: Add ruby-rubocop. Fixes: guix/guix#10967
Diffstat (limited to 'gnu/packages/ruby-xyz.scm')
-rw-r--r--gnu/packages/ruby-xyz.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 47657ba3ebb..4ee4ef6bb05 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -8196,7 +8196,7 @@ implementation on platforms where this is unsupported.")
8196(define-public ruby-jwt 8196(define-public ruby-jwt
8197 (package 8197 (package
8198 (name "ruby-jwt") 8198 (name "ruby-jwt")
8199 (version "2.7.1") 8199 (version "3.2.0")
8200 (source 8200 (source
8201 (origin 8201 (origin
8202 ;; For tests 8202 ;; For tests
@@ -8207,7 +8207,7 @@ implementation on platforms where this is unsupported.")
8207 (file-name (git-file-name name version)) 8207 (file-name (git-file-name name version))
8208 (sha256 8208 (sha256
8209 (base32 8209 (base32
8210 "12ss6knfis6a6a41qndalnlvq3yykhpg6igzll8qyssnnwi9zdw7")))) 8210 "1kjla8ixb56vgrq766r1h8xizyl59q15xc1lxc1867yp61aih5d4"))))
8211 (build-system ruby-build-system) 8211 (build-system ruby-build-system)
8212 (arguments 8212 (arguments
8213 (list 8213 (list
@@ -8233,7 +8233,10 @@ implementation on platforms where this is unsupported.")
8233 (("require 'codacy-coverage'") "") 8233 (("require 'codacy-coverage'") "")
8234 (("Codacy::Reporter\\.start") ""))))))) 8234 (("Codacy::Reporter\\.start") "")))))))
8235 (native-inputs 8235 (native-inputs
8236 (list bundler ruby-rspec ruby-rbnacl)) 8236 (list bundler
8237 ruby-rubocop
8238 ruby-rspec
8239 ruby-rbnacl))
8237 (synopsis "Ruby implementation of the JSON Web Token standard") 8240 (synopsis "Ruby implementation of the JSON Web Token standard")
8238 (description 8241 (description
8239 "This package provides a pure Ruby implementation of the RFC 7519 OAuth 8242 "This package provides a pure Ruby implementation of the RFC 7519 OAuth