From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gdgxS-0004zL-Fp for guix-patches@gnu.org; Sun, 30 Dec 2018 14:41:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gdgxM-0004PO-H5 for guix-patches@gnu.org; Sun, 30 Dec 2018 14:41:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54134) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gdgxJ-0004NQ-V2 for guix-patches@gnu.org; Sun, 30 Dec 2018 14:41:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gdgxJ-0003aA-Qi for guix-patches@gnu.org; Sun, 30 Dec 2018 14:41:01 -0500 Subject: [bug#33931] [PATCH] gnu: ruby-pg: Update to 1.1.3. Resent-Message-ID: Received: from eggs.gnu.org ([208.118.235.92]:35648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gdgws-0004wN-O1 for guix-patches@gnu.org; Sun, 30 Dec 2018 14:40:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gdgwn-0003fT-V1 for guix-patches@gnu.org; Sun, 30 Dec 2018 14:40:34 -0500 Received: from sonic307-7.consmr.mail.ir2.yahoo.com ([87.248.110.32]:45439) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gdgwj-0003NO-Tk for guix-patches@gnu.org; Sun, 30 Dec 2018 14:40:29 -0500 From: Vasile Dumitrascu Date: Sun, 30 Dec 2018 20:40:19 +0100 Message-Id: <20181230194019.20955-1-va511e@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33931@debbugs.gnu.org Cc: Vasile Dumitrascu * gnu/packages/ruby.scm (ruby-pg): Update to 1.1.3. --- gnu/packages/ruby.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 52832eeeb..343e0e872 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -10,6 +10,7 @@ ;;; Copyright © 2017, 2018 Efraim Flashner ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright © 2017 Clément Lassieur +;;; Copyright © 2018 Vasile Dumitrascu ;;; ;;; This file is part of GNU Guix. ;;; @@ -3327,14 +3328,14 @@ alternative to Marshal for Object serialization. ") (define-public ruby-pg (package (name "ruby-pg") - (version "0.21.0") + (version "1.1.3") (source (origin (method url-fetch) (uri (rubygems-uri "pg" version)) (sha256 (base32 - "00vhasqwc4f98qb4wxqn2h07fjwzhp5lwyi41j2gndi2g02wrdqh")))) + "1pnjw3rspdfjssxyf42jnbsdlgri8ylysimp0s28wxb93k6ff2qb")))) (build-system ruby-build-system) (arguments '(#:test-target "spec")) @@ -3346,7 +3347,7 @@ alternative to Marshal for Object serialization. ") `(("postgresql" ,postgresql-9.6))) (synopsis "Ruby interface to PostgreSQL") (description "Pg is the Ruby interface to the PostgreSQL RDBMS. It works -with PostgreSQL 8.4 and later.") +with PostgreSQL 9.0 and later.") (home-page "https://bitbucket.org/ged/ruby-pg") (license license:ruby))) -- 2.20.1