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:
Tobias Geerinckx-Rice 2017-08-10 23:22:00 +02:00
parent 56822223c1
commit a3179a7338
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)))