[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: postgresql@11: Update to 11.21.
From: |
guix-commits |
Subject: |
04/08: gnu: postgresql@11: Update to 11.21. |
Date: |
Fri, 11 Aug 2023 15:00:48 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit fe5f2421626aa3245a7da9e88fcb02835c88213f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 6 02:00:00 2023 +0200
gnu: postgresql@11: Update to 11.21.
* gnu/packages/databases.scm (postgresql-11): Update to 11.21.
---
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 deba93a398..f19771174b 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1278,14 +1278,14 @@ pictures, sounds, or video.")
(package
(inherit postgresql-13)
(name "postgresql")
- (version "11.20")
+ (version "11.21")
(source (origin
(inherit (package-source postgresql-13))
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
- "1kmcnnc2nwjxv042b8bxbdxdgfksxvgmfhh4999rhzjays18hz1x"))))
+ "0l7qrwzwyiy5dwg6j7nnd9mq245sycc4gcv6a6r7gpfmf5s87c07"))))
(native-inputs
(modify-inputs (package-native-inputs postgresql-13)
(replace "docbook-xml" docbook-xml-4.2)))))
- branch master updated (77251c5f5a -> 19a7a824c3), guix-commits, 2023/08/11
- 05/08: gnu: rmlint: Update to 2.10.2., guix-commits, 2023/08/11
- 04/08: gnu: postgresql@11: Update to 11.21.,
guix-commits <=
- 08/08: gnu: rhythmbox: Update to 3.4.7., guix-commits, 2023/08/11
- 01/08: gnu: conky: Update to 1.19.3., guix-commits, 2023/08/11
- 07/08: gnu: rmlint: Remove libelf., guix-commits, 2023/08/11
- 06/08: gnu: rmlint: Update package style., guix-commits, 2023/08/11
- 03/08: gnu: postgresql@13: Update to 13.12., guix-commits, 2023/08/11
- 02/08: gnu: postgresql: Update to 15.4., guix-commits, 2023/08/11