diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-10 23:12:48 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-11 00:20:30 +0200 |
commit | ce5f523001cb6a565080d108975a228ad6526cfb (patch) | |
tree | 10e3babce6e738bdcf7856791bd514e73e8848cf | |
parent | d14e5eaa1905ce55120e64e967163c84f23b5016 (diff) | |
download | patches-ce5f523001cb6a565080d108975a228ad6526cfb.tar patches-ce5f523001cb6a565080d108975a228ad6526cfb.tar.gz |
gnu: ruby-pg: Update to 0.21.0.
* gnu/packages/ruby.scm (ruby-pg): Update to 0.21.0.
-rw-r--r-- | gnu/packages/ruby.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 163b7dc6b7..7675502fed 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -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")) |