summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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