gnu: ruby-net-ssh: Update to 4.1.0.
* gnu/packages/ruby.scm (ruby-net-ssh): Update to 4.1.0. [native-inputs]: Add BUNDLER.
This commit is contained in:
parent
71153ef12c
commit
a793862592
1 changed files with 4 additions and 3 deletions
|
@ -1459,16 +1459,17 @@ (define-public ruby-mocha
|
||||||
(define-public ruby-net-ssh
|
(define-public ruby-net-ssh
|
||||||
(package
|
(package
|
||||||
(name "ruby-net-ssh")
|
(name "ruby-net-ssh")
|
||||||
(version "3.0.1")
|
(version "4.1.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
|
||||||
"1dzqkgwi9xm6mbfk1rkk17rzmz8m5xakqi21w1b97ybng6kkw0hf"))))
|
"013p5jb4wy0cq7x7036piw2a3s1i9p752ki1srx2m289mpz4ml3q"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ruby-mocha" ,ruby-mocha)
|
`(("bundler" ,bundler)
|
||||||
|
("ruby-mocha" ,ruby-mocha)
|
||||||
("ruby-test-unit" ,ruby-test-unit)))
|
("ruby-test-unit" ,ruby-test-unit)))
|
||||||
(synopsis "Ruby implementation of the SSH2 client protocol")
|
(synopsis "Ruby implementation of the SSH2 client protocol")
|
||||||
(description "@code{Net::SSH} is a pure-Ruby implementation of the SSH2
|
(description "@code{Net::SSH} is a pure-Ruby implementation of the SSH2
|
||||||
|
|
Loading…
Reference in a new issue