guix-commits
[Top][All Lists]
Advanced

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

09/33: gnu: PostgreSQL: Remove replacement package.


From: guix-commits
Subject: 09/33: gnu: PostgreSQL: Remove replacement package.
Date: Sun, 9 May 2021 17:50:10 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit a9517c4f59f9819c1ffdcc4cefe472f7e1760fc2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 9 22:50:36 2021 +0200

    gnu: PostgreSQL: Remove replacement package.
    
    * gnu/packages/databases.scm (postgresql-13): Update to 13.2.
    [replacement]: Remove.
    (postgresql-13.2): Remove variable.
---
 gnu/packages/databases.scm | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 276f239..c1cd31f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1026,15 +1026,14 @@ and high-availability (HA).")
 (define-public postgresql-13
   (package
     (name "postgresql")
-    (replacement postgresql-13.2)
-    (version "13.1")
+    (version "13.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v";
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "07z6zwr58dckaa97yl9ml240z83d1lhgaxw9aq49i8lsp21mqd0j"))
+                "1z5d847jnajcfr3wa6jn52a8xjhamvwzmz18xlm5nvxqip8grmsz"))
               (patches (search-patches 
"postgresql-disable-resolve_symlinks.patch"))))
     (build-system gnu-build-system)
     (arguments
@@ -1081,20 +1080,6 @@ TIMESTAMP.  It also supports storage of binary large 
objects, including
 pictures, sounds, or video.")
     (license (license:x11-style "file://COPYRIGHT"))))
 
-(define-public postgresql-13.2
-  (package
-    (inherit postgresql-13)
-    (name "postgresql")
-    (version "13.2")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://ftp.postgresql.org/pub/source/v";
-                                  version "/postgresql-" version ".tar.bz2"))
-              (sha256
-               (base32
-                "1z5d847jnajcfr3wa6jn52a8xjhamvwzmz18xlm5nvxqip8grmsz"))
-              (patches (search-patches 
"postgresql-disable-resolve_symlinks.patch"))))))
-
 (define-public postgresql-11
   (package
     (inherit postgresql-13)



reply via email to

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