gnu: postgresql@9.6: Update to 9.6.16.
* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.16. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
1cb055f04a
commit
901c993000
1 changed files with 2 additions and 2 deletions
|
@ -1005,14 +1005,14 @@ (define-public postgresql-9.6
|
|||
(package
|
||||
(inherit postgresql)
|
||||
(name "postgresql")
|
||||
(version "9.6.15")
|
||||
(version "9.6.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
|
||||
version "/postgresql-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"02hp69h2p02asfblkaahblzdz2zmawd2r11h6237y5j7yadgxn9w"))))))
|
||||
"1rr2dgv4ams8r2lp13w85c77rkmzpb88fjlc28mvlw6zq2fblv2w"))))))
|
||||
|
||||
(define-public python-pymysql
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue