gnu: postgresql-9.6: Update to 9.6.23.

* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.23.
This commit is contained in:
Efraim Flashner 2021-08-27 15:02:45 +03:00
parent bb418a20ee
commit 1e0b984591
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1136,14 +1136,14 @@ (define-public postgresql-10
(define-public postgresql-9.6
(package
(inherit postgresql-10)
(version "9.6.22")
(version "9.6.23")
(source (origin
(inherit (package-source postgresql-10))
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"0c19kzrj5ib5ygmavf5d6qvxdwrxzzz6jz1r2dl5b815208cscix"))))))
"1fa735lrmv2vrfiixg73nh024gxlagcbrssklvgwdf0s82cgfjd8"))))))
(define-public postgresql postgresql-13)