gnu: postgresql-13: Update to 13.2.

* gnu/packages/databases.scm (postgresql-13): Update to 13.2.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Léo Le Bouter 2021-02-13 08:56:04 +01:00 committed by Leo Famulari
parent b0c106ae4c
commit 8fb2643704
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1194,14 +1194,14 @@ (define-public mariadb-connector-c
(define-public postgresql-13
(package
(name "postgresql")
(version "13.1")
(version "13.2")
(source (origin
(method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"07z6zwr58dckaa97yl9ml240z83d1lhgaxw9aq49i8lsp21mqd0j"))
"1z5d847jnajcfr3wa6jn52a8xjhamvwzmz18xlm5nvxqip8grmsz"))
(patches (search-patches "postgresql-disable-resolve_symlinks.patch"))))
(build-system gnu-build-system)
(arguments