[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/31: gnu: ruby-crass: Update to 1.0.4.
From: |
Tobias Geerinckx-Rice |
Subject: |
19/31: gnu: ruby-crass: Update to 1.0.4. |
Date: |
Mon, 16 Apr 2018 22:49:13 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a0e0f9d743053cb70d0298794757b18669900b6f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Apr 17 03:33:48 2018 +0200
gnu: ruby-crass: Update to 1.0.4.
* gnu/packages/ruby.scm (ruby-crass): Update to 1.0.4.
---
gnu/packages/ruby.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 67dc6ba..95de222 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2998,13 +2998,13 @@ multibyte strings, internationalization, time zones,
and testing.")
(define-public ruby-crass
(package
(name "ruby-crass")
- (version "1.0.3")
+ (version "1.0.4")
(source (origin
(method url-fetch)
(uri (rubygems-uri "crass" version))
(sha256
(base32
- "1czijxlagzpzwchr2ldrgfi7kywg08idjpq37ndcmwh4fmz72c4l"))))
+ "0bpxzy6gjw9ggjynlxschbfsgmx8lv3zw1azkjvnb8b9i895dqfi"))))
(build-system ruby-build-system)
(native-inputs
`(("bundler" ,bundler)
- 17/31: gnu: libtorrent-rasterbar: Update to 1.1.7., (continued)
- 17/31: gnu: libtorrent-rasterbar: Update to 1.1.7., Tobias Geerinckx-Rice, 2018/04/16
- 30/31: gnu: you-get: Update to 0.4.1060., Tobias Geerinckx-Rice, 2018/04/16
- 27/31: gnu: qtdatavis3d: Update to 5.9.5., Tobias Geerinckx-Rice, 2018/04/16
- 25/31: gnu: qtserialbus: Update to 5.9.5., Tobias Geerinckx-Rice, 2018/04/16
- 22/31: gnu: flatbuffers: Update to 1.9.0., Tobias Geerinckx-Rice, 2018/04/16
- 29/31: gnu: youtube-dl: Update to 2018.04.16., Tobias Geerinckx-Rice, 2018/04/16
- 31/31: gnu: cbatticon: Update to 1.6.8., Tobias Geerinckx-Rice, 2018/04/16
- 20/31: gnu: man-db: Update to 2.8.3., Tobias Geerinckx-Rice, 2018/04/16
- 26/31: gnu: qtscxml: Update to 5.9.5., Tobias Geerinckx-Rice, 2018/04/16
- 16/31: gnu: neofetch: Update to 3.4.0., Tobias Geerinckx-Rice, 2018/04/16
- 19/31: gnu: ruby-crass: Update to 1.0.4.,
Tobias Geerinckx-Rice <=