mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add ruby-net-telnet.
* gnu/packages/ruby.scm (ruby-net-telnet): New variable.
This commit is contained in:
parent
1cce580311
commit
ea78441f91
1 changed files with 16 additions and 0 deletions
|
@ -4469,6 +4469,22 @@ (define-public ruby-fake-ftp
|
|||
(home-page "https://rubygems.org/gems/fake_ftp")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-net-telnet
|
||||
(package
|
||||
(name "ruby-net-telnet")
|
||||
(version "0.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "net-telnet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16nkxc79nqm7fd6w1fba4kb98vpgwnyfnlwxarpdcgywz300fc15"))))
|
||||
(build-system ruby-build-system)
|
||||
(synopsis "Telnet client functionality")
|
||||
(description "This package provides telnet client functionality.")
|
||||
(home-page "https://github.com/ruby/net-telnet")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public ruby-net-ftp
|
||||
(package
|
||||
(name "ruby-net-ftp")
|
||||
|
|
Loading…
Reference in a new issue