guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: postgresql-10: Update to 10.16.


From: guix-commits
Subject: 02/03: gnu: postgresql-10: Update to 10.16.
Date: Sun, 14 Feb 2021 14:58:18 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit e55812e68538ffa5987a8acdcabd7262fb0e4d52
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Sat Feb 13 08:56:06 2021 +0100

    gnu: postgresql-10: Update to 10.16.
    
    * gnu/packages/databases.scm (postgresql-10): Update to 10.16.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 b065e14..31aaf48 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1258,14 +1258,14 @@ pictures, sounds, or video.")
 (define-public postgresql-10
   (package
     (inherit postgresql-11)
-    (version "10.13")
+    (version "10.16")
     (source (origin
               (inherit (package-source postgresql-11))
               (uri (string-append "https://ftp.postgresql.org/pub/source/v";
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "1qal0yp7a90yzya7hl56gsmw5fvacplrdhpn7h9gnbyr1i2iyw2d"))))))
+                "1cvv8qw0gkkczqhiwx6ns7w88dwkvdz4cvb2d4ff14363f5p2p53"))))))
 
 (define-public postgresql-9.6
   (package



reply via email to

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