gnu: Add ruby-http-accept-1.

* gnu/packages/ruby.scm (ruby-http-accept-1): New variable.
This commit is contained in:
Christopher Baines 2023-06-27 12:44:19 +01:00
parent de33bed5c4
commit fc3aa9f602
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -11234,6 +11234,20 @@ (define-public ruby-http-accept
(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")