diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
commit | 18954721927239ed9b745095085d588e6759d4a7 (patch) | |
tree | cfaa0d3f75ad99df212eb48ce8d82f8e18531fce /gnu | |
parent | b861e2ab83c946f8e8f21a28f570acc89ddc8e8b (diff) | |
download | guix-18954721927239ed9b745095085d588e6759d4a7.tar.gz guix-18954721927239ed9b745095085d588e6759d4a7.zip |
gnu: postgresql@11: Update to 11.20.
* gnu/packages/databases.scm (postgresql-11): Update to 11.20.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 5c85de4961..00cd53d186 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.18") + (version "11.20") (source (origin (inherit (package-source postgresql-13)) (uri (string-append "https://ftp.postgresql.org/pub/source/v" version "/postgresql-" version ".tar.bz2")) (sha256 (base32 - "013m1x53qfxcry7l033ahhxjc3lflb7fj8fapk7qm49fqppj0kyj")))) + "1kmcnnc2nwjxv042b8bxbdxdgfksxvgmfhh4999rhzjays18hz1x")))) (native-inputs (modify-inputs (package-native-inputs postgresql-13) (replace "docbook-xml" docbook-xml-4.2))))) |