gnu: ruby-pg: Update to 0.20.0.
* gnu/packages/ruby.scm (ruby-pg): Update to 0.20.0.
This commit is contained in:
parent
39d4d6f675
commit
71153ef12c
|
@ -2768,14 +2768,14 @@ alternative to Marshal for Object serialization. ")
|
||||||
(define-public ruby-pg
|
(define-public ruby-pg
|
||||||
(package
|
(package
|
||||||
(name "ruby-pg")
|
(name "ruby-pg")
|
||||||
(version "0.18.2")
|
(version "0.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "pg" version))
|
(uri (rubygems-uri "pg" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1axxbf6ij1iqi3i1r3asvjc80b0py5bz0m2wy5kdi5xkrpr82kpf"))))
|
"03xcgwjs6faxis81jxf2plnlalg55dhhafqv3kvjxfr8ic7plpw5"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:test-target "spec"))
|
'(#:test-target "spec"))
|
||||||
|
|
Loading…
Reference in New Issue