GNU bug report logs -
#78826
[PATCH ruby-team 00/88] Switch to ruby@3.3 and build -P1 ruby@3.3
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Wed, 18 Jun 2025 14:22:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/ruby-xyz.scm (ruby-single-cov): Update to 1.11.0.
---
gnu/packages/ruby-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 24cbc0292c..fddfa750a4 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -6549,7 +6549,7 @@ (define-public ruby-pry-doc
(define-public ruby-single-cov
(package
(name "ruby-single-cov")
- (version "1.9.1")
+ (version "1.11.0")
(home-page "https://github.com/grosser/single_cov")
(source (origin
(method git-fetch)
@@ -6558,7 +6558,7 @@ (define-public ruby-single-cov
(file-name (git-file-name name version))
(sha256
(base32
- "1w4k81f2mdg620m6pwkrqayddnz9mr8qx0myqn33mw8k6imfip05"))))
+ "10xfciy1an4jlc2fb59m4cllxgfv98n9kcj7frgs44dbmlyfxb08"))))
(build-system ruby-build-system)
(arguments
'(#:test-target "spec" ;to avoid rubocop requirement
--
2.49.0
This bug report was last modified 31 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.