me
/
guix
Archived
1
0
Fork 0

gnu: ruby-net-scp: Update to 4.0.0.

* gnu/packages/ruby.scm (ruby-net-scp): Update to 4.0.0.
master
Maxim Cournoyer 2023-03-19 23:35:28 -04:00
parent 1ca89c7f52
commit d2aa65fc67
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 3 deletions

View File

@ -5250,8 +5250,7 @@ with processes on remote servers, via SSH2.")
(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 @@ with processes on remote servers, via SSH2.")
(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))