gnu: ruby-connection-pool: Update to 2.2.1.
* gnu/packages/ruby.scm (ruby-connection-pool): Update to 2.2.1.
This commit is contained in:
parent
56822223c1
commit
a3179a7338
|
@ -1061,13 +1061,13 @@ features.")
|
||||||
(define-public ruby-connection-pool
|
(define-public ruby-connection-pool
|
||||||
(package
|
(package
|
||||||
(name "ruby-connection-pool")
|
(name "ruby-connection-pool")
|
||||||
(version "2.2.0")
|
(version "2.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "connection_pool" version))
|
(uri (rubygems-uri "connection_pool" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b2bb3k39ni5mzcnqlv9y4yjkbin20s7dkwzp0jw2jf1rmzcgrmy"))))
|
"17vpaj6kyf2i8bimaxz7rg1kyadf4d10642ja67qiqlhwgczl2w7"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bundler" ,bundler)))
|
`(("bundler" ,bundler)))
|
||||||
|
|
Loading…
Reference in New Issue