gnu: ruby-childprocess: Update to 3.0.0.
* gnu/packages/ruby.scm (ruby-childprocess): Update to 3.0.0. [home-page]: Switch to https, as it's supported by github.com.master
parent
5142012471
commit
459e4a1aa1
|
@ -7463,14 +7463,14 @@ in standard Ruby syntax.")
|
||||||
(define-public ruby-childprocess
|
(define-public ruby-childprocess
|
||||||
(package
|
(package
|
||||||
(name "ruby-childprocess")
|
(name "ruby-childprocess")
|
||||||
(version "0.9.0")
|
(version "3.0.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
|
||||||
"0a61922kmvcxyj5l70fycapr87gz1dzzlkfpq85rfqk5vdh3d28p"))))
|
"1ic028k8xgm2dds9mqnvwwx3ibaz32j8455zxr9f4bcnviyahya5"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
|
@ -7482,7 +7482,7 @@ in standard Ruby syntax.")
|
||||||
(synopsis "Control external programs running in the background, in Ruby")
|
(synopsis "Control external programs running in the background, in Ruby")
|
||||||
(description "@code{childprocess} provides a gem to control external
|
(description "@code{childprocess} provides a gem to control external
|
||||||
programs running in the background, in Ruby.")
|
programs running in the background, in Ruby.")
|
||||||
(home-page "http://github.com/enkessler/childprocess")
|
(home-page "https://github.com/enkessler/childprocess")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-public-suffix
|
(define-public ruby-public-suffix
|
||||||
|
|
Reference in New Issue