guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ruby-pg: Update to 1.2.3.


From: guix-commits
Subject: branch master updated: gnu: ruby-pg: Update to 1.2.3.
Date: Wed, 23 Dec 2020 06:56:46 -0500

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ab40e86  gnu: ruby-pg: Update to 1.2.3.
ab40e86 is described below

commit ab40e8614f357a1c8881740077d740257deaa5e7
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Dec 23 11:55:34 2020 +0000

    gnu: ruby-pg: Update to 1.2.3.
    
    * gnu/packages/ruby.scm (ruby-pg): Update to 1.2.3.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 4c16f84..1befecf 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6344,14 +6344,14 @@ alternative to Marshal for Object serialization. ")
 (define-public ruby-pg
   (package
     (name "ruby-pg")
-    (version "1.1.4")
+    (version "1.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "pg" version))
        (sha256
         (base32
-         "0fmnyxcyrvgdbgq7m09whgn9i8rwfybk0w8aii1nc4g5kqw0k2jy"))))
+         "13mfrysrdrh8cka1d96zm0lnfs59i5x2g6ps49r2kz5p3q81xrzj"))))
     (build-system ruby-build-system)
     (arguments
      '(#:test-target "spec"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]