gnu: ruby-sequel: Update to 4.39.0.

* gnu/packages/ruby.scm (ruby-sequel): Update to 4.39.0.
This commit is contained in:
Ben Woodcroft 2016-09-23 23:13:08 +10:00
parent 7fd30d1be4
commit d91cb67dd7
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 2 deletions

View File

@ -4041,14 +4041,14 @@ generation.")
(define-public ruby-sequel
(package
(name "ruby-sequel")
(version "4.34.0")
(version "4.39.0")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "sequel" version))
(sha256
(base32
"0qscddpfwcajggxvbm4a4jv8kkpn6q056bgdg03km34bz8bis1x1"))))
"01zqd6mi9wvhbg76b91k35jppha0c944ar9f816gi400cf9817bg"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; Avoid dependency loop with ruby-minitest-hooks.