gnu: ruby-pg: Update to 0.21.0.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 10 Aug 2017 21:12:48 +0000 (23:12 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 10 Aug 2017 22:20:30 +0000 (00:20 +0200)
* gnu/packages/ruby.scm (ruby-pg): Update to 0.21.0.

gnu/packages/ruby.scm

index 163b7dc..7675502 100644 (file)
@@ -2775,14 +2775,14 @@ alternative to Marshal for Object serialization. ")
 (define-public ruby-pg
   (package
     (name "ruby-pg")
-    (version "0.20.0")
+    (version "0.21.0")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "pg" version))
        (sha256
         (base32
-         "03xcgwjs6faxis81jxf2plnlalg55dhhafqv3kvjxfr8ic7plpw5"))))
+         "00vhasqwc4f98qb4wxqn2h07fjwzhp5lwyi41j2gndi2g02wrdqh"))))
     (build-system ruby-build-system)
     (arguments
      '(#:test-target "spec"))