mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ruby-slop-3.
* gnu/packages/ruby.scm (ruby-slop-3): New variable.
This commit is contained in:
parent
2e3fdea441
commit
5337f8b97d
1 changed files with 10 additions and 0 deletions
|
@ -732,6 +732,16 @@ options and parsing command line flags.")
|
||||||
(home-page "https://github.com/leejarvis/slop")
|
(home-page "https://github.com/leejarvis/slop")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-slop-3
|
||||||
|
(package (inherit ruby-slop)
|
||||||
|
(version "3.6.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "slop" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"00w8g3j7k7kl8ri2cf1m58ckxk8rn350gp4chfscmgv6pq1spk3n"))))))
|
||||||
|
|
||||||
(define-public ruby-multipart-post
|
(define-public ruby-multipart-post
|
||||||
(package
|
(package
|
||||||
(name "ruby-multipart-post")
|
(name "ruby-multipart-post")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue