me
/
guix
Archived
1
0
Fork 0

gnu: postgresql@11: Update to 11.20.

* gnu/packages/databases.scm (postgresql-11): Update to 11.20.
master
Tobias Geerinckx-Rice 2023-07-23 02:00:00 +02:00
parent b861e2ab83
commit 1895472192
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)))))