diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-19 23:35:28 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-28 22:22:50 -0400 |
commit | d2aa65fc672aace78ab5541b9e05694a956ca283 (patch) | |
tree | dc22a0448dac607dc89c44d1c75ab554576e8fec | |
parent | 1ca89c7f520995f98bf0f5ce744ab969985cf42c (diff) | |
download | guix-d2aa65fc672aace78ab5541b9e05694a956ca283.tar.gz guix-d2aa65fc672aace78ab5541b9e05694a956ca283.zip |
gnu: ruby-net-scp: Update to 4.0.0.
* gnu/packages/ruby.scm (ruby-net-scp): Update to 4.0.0.
-rw-r--r-- | gnu/packages/ruby.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 99a1975674..e05ec7ad52 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -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)) |