gnu: Update ruby-net-ssh to 4.2.0.
* gnu/packages/ruby.scm (ruby-net-ssh)[version]: Update to 4.2.0. [source]: Update hash.
This commit is contained in:
parent
1f10e28d86
commit
5803f87284
|
@ -1830,13 +1830,13 @@ Mocha stubbing and mocking library with Bacon, a small RSpec clone.")
|
||||||
(define-public ruby-net-ssh
|
(define-public ruby-net-ssh
|
||||||
(package
|
(package
|
||||||
(name "ruby-net-ssh")
|
(name "ruby-net-ssh")
|
||||||
(version "4.1.0")
|
(version "4.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "net-ssh" version))
|
(uri (rubygems-uri "net-ssh" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"013p5jb4wy0cq7x7036piw2a3s1i9p752ki1srx2m289mpz4ml3q"))))
|
"07c4v97zl1daabmri9zlbzs6yvkl56z1q14bw74d53jdj0c17nhx"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bundler" ,bundler)
|
`(("bundler" ,bundler)
|
||||||
|
|
Loading…
Reference in New Issue