mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
gnu: Add ruby-http-accept-1.
* gnu/packages/ruby.scm (ruby-http-accept-1): New variable.
This commit is contained in:
parent
de33bed5c4
commit
fc3aa9f602
1 changed files with 14 additions and 0 deletions
|
@ -11234,6 +11234,20 @@ (define-public ruby-http-accept
|
||||||
(home-page "https://github.com/socketry/http-accept")
|
(home-page "https://github.com/socketry/http-accept")
|
||||||
(license license:expat)))
|
(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
|
(define-public ruby-http-cookie
|
||||||
(package
|
(package
|
||||||
(name "ruby-http-cookie")
|
(name "ruby-http-cookie")
|
||||||
|
|
Loading…
Reference in a new issue