gnu: ruby-sequel: Update to 4.39.0.
* gnu/packages/ruby.scm (ruby-sequel): Update to 4.39.0.
This commit is contained in:
parent
7fd30d1be4
commit
d91cb67dd7
|
@ -4041,14 +4041,14 @@ generation.")
|
||||||
(define-public ruby-sequel
|
(define-public ruby-sequel
|
||||||
(package
|
(package
|
||||||
(name "ruby-sequel")
|
(name "ruby-sequel")
|
||||||
(version "4.34.0")
|
(version "4.39.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "sequel" version))
|
(uri (rubygems-uri "sequel" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qscddpfwcajggxvbm4a4jv8kkpn6q056bgdg03km34bz8bis1x1"))))
|
"01zqd6mi9wvhbg76b91k35jppha0c944ar9f816gi400cf9817bg"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; Avoid dependency loop with ruby-minitest-hooks.
|
'(#:tests? #f)) ; Avoid dependency loop with ruby-minitest-hooks.
|
||||||
|
|
Loading…
Reference in New Issue