mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: ruby-net-scp: Update to 4.0.0.
* gnu/packages/ruby.scm (ruby-net-scp): Update to 4.0.0.
This commit is contained in:
parent
1ca89c7f52
commit
d2aa65fc67
1 changed files with 2 additions and 3 deletions
|
@ -5250,8 +5250,7 @@ (define-public ruby-net-ssh
|
|||
(define-public ruby-net-scp
|
||||
(package
|
||||
(name "ruby-net-scp")
|
||||
;; The 1.2.1 release would be incompatible with ruby-net-ssh >= 4.
|
||||
(version "1.2.2.rc2")
|
||||
(version "4.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5260,7 +5259,7 @@ (define-public ruby-net-scp
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1nyn17sy71fn7zs3y6wbgcn35318c10flqgc0582409095x4h0sx"))))
|
||||
(base32 "1mdxh81z2hkcc359g6z96fywbr57azlv2yj4zq76adn5lyqq4hgw"))))
|
||||
(build-system ruby-build-system)
|
||||
(native-inputs
|
||||
(list bundler ruby-test-unit ruby-mocha))
|
||||
|
|
Loading…
Reference in a new issue