me
/
guix
Archived
1
0
Fork 0

gnu: Add ruby-rack-next.

* gnu/packages/ruby.scm (ruby-rack-next): New variable.
master
Maxim Cournoyer 2023-03-10 20:41:29 -05:00
parent 2fdd8c14be
commit 6cfc552477
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 16 additions and 0 deletions

View File

@ -7163,6 +7163,22 @@ into a single method call.")
(home-page "https://github.com/rack/rack")
(license license:expat)))
(define-public ruby-rack-next
(package
(inherit ruby-rack)
(name "ruby-rack")
(version "3.0.7")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
(url "https://github.com/rack/rack")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0msf14655nfcq1kgmib6932lgzm9nw3nb0m3c7nh6nj4sx30yxfr"))))
(arguments '())))
(define-public ruby-rack-test
(package
(name "ruby-rack-test")