diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2026-08-24 12:44:52 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-28 16:40:51 +0200 |
| commit | cec339c579393eb7b68747dfdf73d9d9aa7dabd9 (patch) | |
| tree | 4ebfe08a4703c8cf310a6b041747f8af4727dc0d | |
| parent | c351123892bebfb7606c25f4da2fee11f5803637 (diff) | |
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 <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/ruby-check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby-check.scm b/gnu/packages/ruby-check.scm index 2be2b2e5024..d8e767df210 100644 --- a/gnu/packages/ruby-check.scm +++ b/gnu/packages/ruby-check.scm | |||
| @@ -292,7 +292,7 @@ Expressions are extensible with parameter types.") | |||
| 292 | (define-public ruby-cucumber-gherkin | 292 | (define-public ruby-cucumber-gherkin |
| 293 | (package | 293 | (package |
| 294 | (name "ruby-cucumber-gherkin") | 294 | (name "ruby-cucumber-gherkin") |
| 295 | (version "26.1.0") | 295 | (version "39.1.0") |
| 296 | (source (origin | 296 | (source (origin |
| 297 | (method git-fetch) | 297 | (method git-fetch) |
| 298 | (uri (git-reference | 298 | (uri (git-reference |
| @@ -301,7 +301,7 @@ Expressions are extensible with parameter types.") | |||
| 301 | (file-name (git-file-name name version)) | 301 | (file-name (git-file-name name version)) |
| 302 | (sha256 | 302 | (sha256 |
| 303 | (base32 | 303 | (base32 |
| 304 | "1rsannfcg5rqh5a3d3paw10kf6mmqjrgbq3k235px4swbyqysmgn")))) | 304 | "1jjzavsp30p4iisy7j57x51pi1h4lm271ckhx0h7x2h9pin8fyil")))) |
| 305 | (build-system ruby-build-system) | 305 | (build-system ruby-build-system) |
| 306 | (arguments (list #:test-target "spec" | 306 | (arguments (list #:test-target "spec" |
| 307 | #:phases #~(modify-phases %standard-phases | 307 | #:phases #~(modify-phases %standard-phases |
