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:
Nicolas Graves 2025-02-16 01:33:44 +01:00 committed by Andreas Enge
parent ae18216500
commit 526a3a2c29
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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))