guix_mirror_bot pushed a commit to branch sysadmin-team
in repository guix.

commit 3a05d246d10de1e85c4a96986f2050493fec3e11
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.
---
 gnu/packages/databases.scm | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index f3e7ed2125..ec0e9d3506 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1616,22 +1616,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

Reply via email to