[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/17: gnu: ruby-tilt: Update to 2.0.10.
From: |
guix-commits |
Subject: |
08/17: gnu: ruby-tilt: Update to 2.0.10. |
Date: |
Sat, 11 Jul 2020 14:30:36 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit c3f15f541a6b8a77fd9baa7a562979b328e5e802
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jul 10 00:22:38 2020 -0400
gnu: ruby-tilt: Update to 2.0.10.
* gnu/packages/ruby.scm (ruby-tilt): Update to 2.0.10.
---
gnu/packages/ruby.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index f906590..6db1c1c 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4720,14 +4720,17 @@ define executable specifications of your code.")
(define-public ruby-tilt
(package
(name "ruby-tilt")
- (version "2.0.9")
+ (version "2.0.10")
(source
(origin
- (method url-fetch)
- (uri (rubygems-uri "tilt" version))
+ (method git-fetch) ;the distributed gem lacks tests
+ (uri (git-reference
+ (url "https://github.com/rtomayko/tilt.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "0ca4k0clwf0rkvy7726x4nxpjxkpv67w043i39saxgldxd97zmwz"))))
+ "0adb7fg7925n2rd9a8kkqz3mgylw2skp9hkh9qc1rnph72mqsm6r"))))
(build-system ruby-build-system)
(arguments
'(#:phases
- branch master updated (3e26bec -> 661ad8d), guix-commits, 2020/07/11
- 01/17: gnu: ruby-asciimath: Update to 2.0.1., guix-commits, 2020/07/11
- 04/17: gnu: ruby-yard: Update to 0.9.25., guix-commits, 2020/07/11
- 06/17: gnu: ruby-cucumber: Enable more tests., guix-commits, 2020/07/11
- 02/17: gnu: ruby-yard: Disable tests., guix-commits, 2020/07/11
- 08/17: gnu: ruby-tilt: Update to 2.0.10.,
guix-commits <=
- 11/17: gnu: Add ruby-slim., guix-commits, 2020/07/11
- 05/17: gnu: ruby-sinatra: Update to 2.0.8.1., guix-commits, 2020/07/11
- 03/17: gnu: Add ruby-yard-with-tests., guix-commits, 2020/07/11
- 07/17: gnu: Add ruby-pandoc-ruby., guix-commits, 2020/07/11
- 12/17: gnu: ruby-asciidoctor: Re-indent., guix-commits, 2020/07/11
- 13/17: gnu: ruby-asciidoctor: Update to 2.0.10., guix-commits, 2020/07/11
- 09/17: gnu: ruby-tilt: Add pandoc, sassc support., guix-commits, 2020/07/11
- 16/17: gnu: Add ruby-yard-tomdoc., guix-commits, 2020/07/11
- 10/17: gnu: ruby-temple: Update to 0.8.2., guix-commits, 2020/07/11
- 15/17: gnu: Add ruby-tomparse., guix-commits, 2020/07/11