mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-net-scp: Update to 4.1.0.
* gnu/packages/ruby-xyz.scm (ruby-net-scp): Update to 4.1.0. [native-inputs]: Replace ruby-mocha-1 by ruby-mocha.
This commit is contained in:
parent
ca1f2fe039
commit
689db5e221
1 changed files with 3 additions and 3 deletions
|
@ -5250,7 +5250,7 @@ with processes on remote servers, via SSH2.")
|
|||
(define-public ruby-net-scp
|
||||
(package
|
||||
(name "ruby-net-scp")
|
||||
(version "4.0.1.rc3")
|
||||
(version "4.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5259,10 +5259,10 @@ with processes on remote servers, via SSH2.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "136mb8idxdkxkadx827027nyxcsvvv2wivz5dnjqy8g6ic0h9dzn"))))
|
||||
(base32 "0v512gbsapdwbdsm8vxn1mz521gbab71r2bx5khccvjgb3rbw8fp"))))
|
||||
(build-system ruby-build-system)
|
||||
(native-inputs
|
||||
(list bundler ruby-test-unit ruby-mocha-1))
|
||||
(list bundler ruby-test-unit ruby-mocha))
|
||||
(propagated-inputs
|
||||
(list ruby-net-ssh))
|
||||
(synopsis "Pure-Ruby SCP client library")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue