gnu: postgresql-11: Update to 11.13.

* gnu/packages/databases.scm (postgresql-11): Update to 11.13.
This commit is contained in:
Efraim Flashner 2021-08-27 15:02:44 +03:00
parent 5795fbbd0f
commit 3a58a0ed6a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1112,14 +1112,14 @@ (define-public postgresql-11
(package
(inherit postgresql-13)
(name "postgresql")
(version "11.12")
(version "11.13")
(source (origin
(inherit (package-source postgresql-13))
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"016bacpmqxc676ipzc1l8zv1jj44mjz7dv7jhqazg3ibdfqxiyc7"))))))
"0j5wnscnxa3sx8d39s55654df8aikmvkihfb0a02hrgmyygnihx0"))))))
(define-public postgresql-10
(package