[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: ruby-childprocess-0.6: Remove version 0.6.3.
From: |
guix-commits |
Subject: |
03/12: gnu: ruby-childprocess-0.6: Remove version 0.6.3. |
Date: |
Tue, 14 Jan 2020 18:47:38 -0500 (EST) |
cbaines pushed a commit to branch core-updates
in repository guix.
commit 5142012471867818f18574dc1202a52ce8eedfb7
Author: Christopher Baines <address@hidden>
AuthorDate: Mon Jan 13 19:58:13 2020 +0000
gnu: ruby-childprocess-0.6: Remove version 0.6.3.
As it is unused.
* gnu/packages/ruby.scm (ruby-childprocess-0.6): Rename to
ruby-childprocess.
[version, source]: Copy from ruby-childprocess.
---
gnu/packages/ruby.scm | 19 +++----------------
1 file changed, 3 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index b11dc8a..ae40be2 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7460,17 +7460,17 @@ in standard Ruby syntax.")
(home-page "https://github.com/ruby/rake")
(license license:expat)))
-(define-public ruby-childprocess-0.6
+(define-public ruby-childprocess
(package
(name "ruby-childprocess")
- (version "0.6.3")
+ (version "0.9.0")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "childprocess" version))
(sha256
(base32
- "1p3f43scdzx9zxmy2kw5zsc3az6v46nq4brwcxmnscjy4w4racbv"))))
+ "0a61922kmvcxyj5l70fycapr87gz1dzzlkfpq85rfqk5vdh3d28p"))))
(build-system ruby-build-system)
(arguments
`(#:tests? #f))
@@ -7485,19 +7485,6 @@ programs running in the background, in Ruby.")
(home-page "http://github.com/enkessler/childprocess")
(license license:expat)))
-(define-public ruby-childprocess
- (package
- (inherit ruby-childprocess-0.6)
- (name "ruby-childprocess")
- (version "0.9.0")
- (source
- (origin
- (method url-fetch)
- (uri (rubygems-uri "childprocess" version))
- (sha256
- (base32
- "0a61922kmvcxyj5l70fycapr87gz1dzzlkfpq85rfqk5vdh3d28p"))))))
-
(define-public ruby-public-suffix
(package
(name "ruby-public-suffix")
- branch core-updates updated (a76a343 -> 227fab3), guix-commits, 2020/01/14
- 02/12: gnu: ruby-aruba: Update to 0.14.14., guix-commits, 2020/01/14
- 05/12: gnu: ruby-yard: Update to 0.9.20., guix-commits, 2020/01/14
- 04/12: gnu: ruby-childprocess: Update to 3.0.0., guix-commits, 2020/01/14
- 07/12: gnu: ruby-power-assert: Update to 1.1.5., guix-commits, 2020/01/14
- 03/12: gnu: ruby-childprocess-0.6: Remove version 0.6.3.,
guix-commits <=
- 01/12: gnu: ruby-listen: Update to 3.2.0., guix-commits, 2020/01/14
- 06/12: gnu: ruby-hoe: Update to 3.21.0., guix-commits, 2020/01/14
- 08/12: gnu: ruby-json-pure: Update to 2.2.0., guix-commits, 2020/01/14
- 09/12: gnu: ruby-tzinfo: Skip safe tests., guix-commits, 2020/01/14
- 10/12: gnu: ruby-2.4: Update to 2.4.9., guix-commits, 2020/01/14
- 11/12: gnu: ruby: Update to 2.6.5., guix-commits, 2020/01/14
- 12/12: gnu: Add ruby-2.5., guix-commits, 2020/01/14