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:
Nicolas Graves 2025-02-16 01:34:01 +01:00 committed by Andreas Enge
parent 9913326e7c
commit c13596577a
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -8862,6 +8862,21 @@ for Rack applications.")
(home-page "https://github.com/rack/rackup")
(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
(package
(name "ruby-rack-cache")