guix_mirror_bot pushed a commit to branch sysadmin-team in repository guix.
commit a5c6f0bb70b24a52f58f73ad09cb695bda0fdc2c Author: Nicolas Graves <[email protected]> AuthorDate: Tue Aug 26 20:00:53 2025 +0200 gnu: Remove postgresql-11. * gnu/packages/databases.scm (postgresql-11): Delete variable. Fixes: guix/guix#6950 Change-Id: Ib8b75873756bf753244120300f2a41e8db823e2a Signed-off-by: Sharlatan Hellseher <[email protected]> --- gnu/packages/databases.scm | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 9ef134a34d..87ad7ec854 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1654,22 +1654,6 @@ pictures, sounds, or video.") (base32 "0rc8rpsw2lwa5af35zd8iifah02wg2rnn1i890h2h8zh55hvpjy9")))))) -(define-deprecated/public postgresql-11 #f - (package - (inherit postgresql-13) - (name "postgresql") - (version "11.22") - (source (origin - (inherit (package-source postgresql-13)) - (uri (string-append "https://ftp.postgresql.org/pub/source/v" - version "/postgresql-" version ".tar.bz2")) - (sha256 - (base32 - "1w71xf97i3hha6vl05xqf960k75nczs6375w3f2phwhdg9ywkdrc")))) - (native-inputs - (modify-inputs (package-native-inputs postgresql-13) - (replace "docbook-xml" docbook-xml-4.2))))) - (define-public postgresql postgresql-14) (define-public libpg-query-17
