guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: ruby-net-ssh: Update to 4.1.0.


From: Marius Bakke
Subject: 02/02: gnu: ruby-net-ssh: Update to 4.1.0.
Date: Sun, 4 Jun 2017 16:26:17 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit a7938625920b65f425d01a46dc28ecc7b1af8a09
Author: Marius Bakke <address@hidden>
Date:   Sun Jun 4 22:25:23 2017 +0200

    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.
---
 gnu/packages/ruby.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 45f918f..c91be6f 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1459,16 +1459,17 @@ allows mocking and stubbing of methods on real 
(non-mock) classes.")
 (define-public ruby-net-ssh
   (package
     (name "ruby-net-ssh")
-    (version "3.0.1")
+    (version "4.1.0")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "net-ssh" version))
               (sha256
                (base32
-                "1dzqkgwi9xm6mbfk1rkk17rzmz8m5xakqi21w1b97ybng6kkw0hf"))))
+                "013p5jb4wy0cq7x7036piw2a3s1i9p752ki1srx2m289mpz4ml3q"))))
     (build-system ruby-build-system)
     (native-inputs
-     `(("ruby-mocha" ,ruby-mocha)
+     `(("bundler" ,bundler)
+       ("ruby-mocha" ,ruby-mocha)
        ("ruby-test-unit" ,ruby-test-unit)))
     (synopsis "Ruby implementation of the SSH2 client protocol")
     (description "@code{Net::SSH} is a pure-Ruby implementation of the SSH2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]