[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/14: gnu: postgresql: Absorb grafted replacement.
From: |
guix-commits |
Subject: |
01/14: gnu: postgresql: Absorb grafted replacement. |
Date: |
Mon, 31 May 2021 15:33:44 -0400 (EDT) |
lfam pushed a commit to branch wip-ungrafting
in repository guix.
commit 0b0ec7c567fb54422881ff93ce34522243b4d07e
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Mar 5 15:06:16 2021 -0500
gnu: postgresql: Absorb grafted replacement.
* gnu/packages/databases.scm (postgresql-13): Update to 13.2.
[replacement]: Remove field.
(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 cead8c0..9a352a7 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1035,15 +1035,14 @@ and high-availability (HA).")
(define-public postgresql-13
(package
(name "postgresql")
- (replacement postgresql-13.3)
- (version "13.1")
+ (version "13.3")
(source (origin
(method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
- "07z6zwr58dckaa97yl9ml240z83d1lhgaxw9aq49i8lsp21mqd0j"))
+ "18dliq7h2l8irffhyyhdmfwx3si515q6gds3cxdjb9n7m17lbn9w"))
(patches (search-patches
"postgresql-disable-resolve_symlinks.patch"))))
(build-system gnu-build-system)
(arguments
@@ -1084,20 +1083,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.3
- (package
- (inherit postgresql-13)
- (name "postgresql")
- (version "13.3")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://ftp.postgresql.org/pub/source/v"
- version "/postgresql-" version ".tar.bz2"))
- (sha256
- (base32
- "18dliq7h2l8irffhyyhdmfwx3si515q6gds3cxdjb9n7m17lbn9w"))
- (patches (search-patches
"postgresql-disable-resolve_symlinks.patch"))))))
-
(define-public postgresql-11
(package
(inherit postgresql-13)
- branch wip-ungrafting created (now f0b75ed), guix-commits, 2021/05/31
- 02/14: gnu: OpenLDAP: Absorb grafted replacement., guix-commits, 2021/05/31
- 01/14: gnu: postgresql: Absorb grafted replacement.,
guix-commits <=
- 03/14: gnu: zstd: Absorb grafted replacement., guix-commits, 2021/05/31
- 04/14: gnu: zziplib: Absorb grafted replacement., guix-commits, 2021/05/31
- 06/14: gnu: libtiff: Absorb grafted replacement., guix-commits, 2021/05/31
- 07/14: gnu: c-ares: Absorb grafted replacement., guix-commits, 2021/05/31
- 08/14: gnu: unzip: Absorb grafted replacement., guix-commits, 2021/05/31
- 09/14: gnu: curl: Absorb grafted replacement., guix-commits, 2021/05/31
- 05/14: gnu: glib: Absorb grafted replacement., guix-commits, 2021/05/31
- 10/14: gnu: MariaDB: Absorb grafted replacement., guix-commits, 2021/05/31
- 11/14: gnu: Graphviz: Absorb grafted replacement., guix-commits, 2021/05/31
- 14/14: gnu: SQLite: Absorb grafted replacement., guix-commits, 2021/05/31