summaryrefslogtreecommitdiff
path: root/gnu/packages/ruby.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-02-16 01:34:14 +0100
committerAndreas Enge <andreas@enge.fr>2025-06-20 20:40:00 +0200
commitad3e74c7f2503acecdb5d5593a78d6daf5008716 (patch)
tree046d9dac9baee442435151570c00e193d23c50d9 /gnu/packages/ruby.scm
parent08b725fac21c7c690b38297033230c69a03cf34b (diff)
gnu: ruby-tilt: Update to 2.1.0.
* gnu/packages/ruby.scm (ruby-tilt): Update to 2.1.0. [arguments]<#:phases>: Remove fixed phase 'patch-tests. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r--gnu/packages/ruby.scm13
1 files changed, 3 insertions, 10 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 7612a39733a..2b4e1b5556e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7521,28 +7521,21 @@ intended for use with event loops such as async.")
(define-public ruby-tilt
(package
(name "ruby-tilt")
- (version "2.0.11")
+ (version "2.1.0")
(source
(origin
(method git-fetch) ;the distributed gem lacks tests
(uri (git-reference
- (url "https://github.com/rtomayko/tilt")
+ (url "https://github.com/jeremyevans/tilt")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "0a75s6ci2rwai5q1bnlqbz8kxqnfp2497jhkcry1n4g29lcxq9ja"))))
+ (base32 "0v7s38r86ammqpqm1diyk0yqz1k285argkpy5c8s1vq46983m9lv"))))
(build-system ruby-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'patch-tests
- (lambda _
- ;; Patch some tests
- (substitute* "test/tilt_sasstemplate_test.rb"
- (("}\",") "}
-\","))))
(add-after 'unpack 'remove-some-dependencies
(lambda _
(substitute* "Gemfile"