guix_mirror_bot pushed a commit to branch sysadmin-team in repository guix.
commit f70ac5295c1fd1eea11eee872fbb15e0a6812678 Author: Nicolas Graves <[email protected]> AuthorDate: Sat Jan 10 23:43:28 2026 +0100 gnu: postgresql-13: Update to 13.23. * gnu/packages/databases.scm (postgresql-13): Update to 13.23. --- gnu/packages/databases.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index ec0e9d3506..d76ca7e746 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1607,14 +1607,14 @@ pictures, sounds, or video.") (define-public postgresql-13 (package (inherit postgresql-14) - (version "13.16") + (version "13.23") (source (origin (inherit (package-source postgresql-14)) (uri (string-append "https://ftp.postgresql.org/pub/source/v" version "/postgresql-" version ".tar.bz2")) (sha256 (base32 - "0rc8rpsw2lwa5af35zd8iifah02wg2rnn1i890h2h8zh55hvpjy9")))))) + "1mhz0h7b3dmc0nnxz1wp46j95jhyi3girykkr3gbg4mg4qkwihvf")))))) (define-public postgresql postgresql-14)
