unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26482: [PATCH] gnu: postgresql: Update to 9.6.2.
@ 2017-04-13 13:03 Vasile Dumitrascu
  2017-04-13 17:44 ` Arun Isaac
  0 siblings, 1 reply; 2+ messages in thread
From: Vasile Dumitrascu @ 2017-04-13 13:03 UTC (permalink / raw)
  To: 26482; +Cc: Vasile Dumitrascu

* gnu/packages/databases.scm (postgresql): Update to 9.6.2.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index db15a5afa..778996049 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -438,14 +438,14 @@ as a drop-in replacement of MySQL.")
 (define-public postgresql
   (package
     (name "postgresql")
-    (version "9.5.6")
+    (version "9.6.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v"
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "0bz1b9r249ffjfvldaiah2g78ccwq30ddh8hdvlq61z26inmz7mv"))))
+                "1jahzqqw5inyvmacic2ihhj5f8z50lapci2fwws91h719ccbb1q1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#26482: [PATCH] gnu: postgresql: Update to 9.6.2.
  2017-04-13 13:03 bug#26482: [PATCH] gnu: postgresql: Update to 9.6.2 Vasile Dumitrascu
@ 2017-04-13 17:44 ` Arun Isaac
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Isaac @ 2017-04-13 17:44 UTC (permalink / raw)
  To: 26482-done


Pushed! Thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-13 17:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-13 13:03 bug#26482: [PATCH] gnu: postgresql: Update to 9.6.2 Vasile Dumitrascu
2017-04-13 17:44 ` Arun Isaac

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).