guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: postgresql-11: Update to 11.11.


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

lfam pushed a commit to branch master
in repository guix.

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

    gnu: postgresql-11: Update to 11.11.
    
    * gnu/packages/databases.scm (postgresql-11): Update to 11.11.
    
    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 e0577f1..b065e14 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1246,14 +1246,14 @@ pictures, sounds, or video.")
   (package
     (inherit postgresql-13)
     (name "postgresql")
-    (version "11.6")
+    (version "11.11")
     (source (origin
               (inherit (package-source postgresql-13))
               (uri (string-append "https://ftp.postgresql.org/pub/source/v";
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "0w1iq488kpzfgfnlw4k32lz5by695mpnkq461jrgsr99z5zlz4j9"))))))
+                "0v0qk298nxmpzpgsxcsxma328hdkyzd7fwjs0zsn6zavl5zpnq20"))))))
 
 (define-public postgresql-10
   (package



reply via email to

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