gnu: PostgreSQL: Remove replacement package.
authorMarius Bakke <marius@gnu.org>
Sun, 9 May 2021 20:50:36 +0000 (22:50 +0200)
committerMarius Bakke <marius@gnu.org>
Sun, 9 May 2021 21:12:48 +0000 (23:12 +0200)
* gnu/packages/databases.scm (postgresql-13): Update to 13.2.
[replacement]: Remove.
(postgresql-13.2): Remove variable.

gnu/packages/databases.scm

index 276f239..c1cd31f 100644 (file)
@@ -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)