gnu: ruby-thread-safe: Update to 0.3.6.

* gnu/packages/ruby.scm (ruby-thread-safe): Update to 0.3.6.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-10 23:20:33 +02:00
parent 884a80dd0a
commit 313dd5ddc0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2111,14 +2111,14 @@ file or directories are modified.")
(define-public ruby-thread-safe
(package
(name "ruby-thread-safe")
(version "0.3.5")
(version "0.3.6")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "thread_safe" version))
(sha256
(base32
"1hq46wqsyylx5afkp6jmcihdpv4ynzzq9ygb6z2pb1cbz5js0gcr"))))
"0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; needs simplecov, among others