guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c73c6b01440d8f147467e5c612cc9e1a18ee6684
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 1 20:00:37 2026 +0100

    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
---
 gnu/packages/ruby-xyz.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 47657ba3eb..4ee4ef6bb0 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -8196,7 +8196,7 @@ implementation on platforms where this is unsupported.")
 (define-public ruby-jwt
   (package
     (name "ruby-jwt")
-    (version "2.7.1")
+    (version "3.2.0")
     (source
      (origin
        ;; For tests
@@ -8207,7 +8207,7 @@ implementation on platforms where this is unsupported.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "12ss6knfis6a6a41qndalnlvq3yykhpg6igzll8qyssnnwi9zdw7"))))
+         "1kjla8ixb56vgrq766r1h8xizyl59q15xc1lxc1867yp61aih5d4"))))
     (build-system ruby-build-system)
     (arguments
      (list
@@ -8233,7 +8233,10 @@ implementation on platforms where this is unsupported.")
                 (("require 'codacy-coverage'") "")
                 (("Codacy::Reporter\\.start") "")))))))
     (native-inputs
-     (list bundler ruby-rspec ruby-rbnacl))
+     (list bundler
+           ruby-rubocop
+           ruby-rspec
+           ruby-rbnacl))
     (synopsis "Ruby implementation of the JSON Web Token standard")
     (description
      "This package provides a pure Ruby implementation of the RFC 7519 OAuth

Reply via email to