mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-net-scp: Update to 4.0.1.rc3.
* gnu/packages/ruby.scm (ruby-net-scp): Update to 4.0.1.rc3. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
ae18216500
commit
526a3a2c29
1 changed files with 2 additions and 2 deletions
|
@ -5815,7 +5815,7 @@ with processes on remote servers, via SSH2.")
|
|||
(define-public ruby-net-scp
|
||||
(package
|
||||
(name "ruby-net-scp")
|
||||
(version "4.0.0")
|
||||
(version "4.0.1.rc3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5824,7 +5824,7 @@ with processes on remote servers, via SSH2.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1mdxh81z2hkcc359g6z96fywbr57azlv2yj4zq76adn5lyqq4hgw"))))
|
||||
(base32 "136mb8idxdkxkadx827027nyxcsvvv2wivz5dnjqy8g6ic0h9dzn"))))
|
||||
(build-system ruby-build-system)
|
||||
(native-inputs
|
||||
(list bundler ruby-test-unit ruby-mocha-1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue