mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-16 15:20:35 +02:00
gnu: Add ruby-http-accept-1.
* gnu/packages/ruby.scm (ruby-http-accept-1): New variable.
This commit is contained in:
@@ -11234,6 +11234,20 @@ HTTP headers.")
|
||||
(home-page "https://github.com/socketry/http-accept")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-http-accept-1
|
||||
(package
|
||||
(inherit ruby-http-accept)
|
||||
(version "1.7.0")
|
||||
(source (origin
|
||||
(method git-fetch) ;for the tests
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ioquatix/http-accept")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "ruby-http-accept" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hnqmqpa135s3xgcvv30qzqm8zp88my1aj05m72d2q9cvc31g92z"))))))
|
||||
|
||||
(define-public ruby-http-cookie
|
||||
(package
|
||||
(name "ruby-http-cookie")
|
||||
|
||||
Reference in New Issue
Block a user