mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
cf7201c4cc
commit
5142012471
1 changed files with 3 additions and 16 deletions
|
@ -7460,17 +7460,17 @@ in standard Ruby syntax.")
|
||||||
(home-page "https://github.com/ruby/rake")
|
(home-page "https://github.com/ruby/rake")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-childprocess-0.6
|
(define-public ruby-childprocess
|
||||||
(package
|
(package
|
||||||
(name "ruby-childprocess")
|
(name "ruby-childprocess")
|
||||||
(version "0.6.3")
|
(version "0.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "childprocess" version))
|
(uri (rubygems-uri "childprocess" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p3f43scdzx9zxmy2kw5zsc3az6v46nq4brwcxmnscjy4w4racbv"))))
|
"0a61922kmvcxyj5l70fycapr87gz1dzzlkfpq85rfqk5vdh3d28p"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
|
@ -7485,19 +7485,6 @@ programs running in the background, in Ruby.")
|
||||||
(home-page "http://github.com/enkessler/childprocess")
|
(home-page "http://github.com/enkessler/childprocess")
|
||||||
(license license:expat)))
|
(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
|
(define-public ruby-public-suffix
|
||||||
(package
|
(package
|
||||||
(name "ruby-public-suffix")
|
(name "ruby-public-suffix")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue