mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ruby-rackup-1.
* gnu/packages/ruby.scm (ruby-rackup-1): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
9913326e7c
commit
c13596577a
1 changed files with 15 additions and 0 deletions
|
@ -8862,6 +8862,21 @@ for Rack applications.")
|
||||||
(home-page "https://github.com/rack/rackup")
|
(home-page "https://github.com/rack/rackup")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-rackup-1
|
||||||
|
(package
|
||||||
|
(inherit ruby-rackup)
|
||||||
|
(name "ruby-rackup")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/rack/rackup")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1xdfxsz7jx2gwfq212y9mca6q0i5s7kyqbfcscy1315awg57ynyp"))))))
|
||||||
|
|
||||||
(define-public ruby-rack-cache
|
(define-public ruby-rack-cache
|
||||||
(package
|
(package
|
||||||
(name "ruby-rack-cache")
|
(name "ruby-rack-cache")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue