guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.

commit 38af7fe8544dae2c429005a1b49cdfb324e312cf
Author: gemmaro <[email protected]>
AuthorDate: Mon Aug 24 12:44:52 2026 +0900

    gnu: ruby-cucumber-gherkin: Update to 39.1.0.
    
    * gnu/packages/ruby-check.scm (ruby-cucumber-gherkin): Update to 39.1.0.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/ruby-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby-check.scm b/gnu/packages/ruby-check.scm
index 2be2b2e502..d8e767df21 100644
--- a/gnu/packages/ruby-check.scm
+++ b/gnu/packages/ruby-check.scm
@@ -292,7 +292,7 @@ Expressions are extensible with parameter types.")
 (define-public ruby-cucumber-gherkin
   (package
     (name "ruby-cucumber-gherkin")
-    (version "26.1.0")
+    (version "39.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -301,7 +301,7 @@ Expressions are extensible with parameter types.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1rsannfcg5rqh5a3d3paw10kf6mmqjrgbq3k235px4swbyqysmgn"))))
+                "1jjzavsp30p4iisy7j57x51pi1h4lm271ckhx0h7x2h9pin8fyil"))))
     (build-system ruby-build-system)
     (arguments (list #:test-target "spec"
                      #:phases #~(modify-phases %standard-phases

Reply via email to