gnu: ruby-connection-pool: Update to 2.2.2.
* gnu/packages/ruby.scm (ruby-connection-pool): Update to 2.2.2.
This commit is contained in:
parent
15dd85f0c3
commit
58021db4d2
|
@ -1346,13 +1346,13 @@ disable tests, have before and after blocks that run once and more.")
|
||||||
(define-public ruby-connection-pool
|
(define-public ruby-connection-pool
|
||||||
(package
|
(package
|
||||||
(name "ruby-connection-pool")
|
(name "ruby-connection-pool")
|
||||||
(version "2.2.1")
|
(version "2.2.2")
|
||||||
(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
|
||||||
"17vpaj6kyf2i8bimaxz7rg1kyadf4d10642ja67qiqlhwgczl2w7"))))
|
"0lflx29mlznf1hn0nihkgllzbj8xp5qasn8j7h838465pi399k68"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bundler" ,bundler)))
|
`(("bundler" ,bundler)))
|
||||||
|
|
Loading…
Reference in New Issue