me
/
guix
Archived
1
0
Fork 0

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>
master
Riku Viitanen 2020-01-06 12:06:43 +00:00 committed by Marius Bakke
parent 1cb055f04a
commit 901c993000
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1005,14 +1005,14 @@ pictures, sounds, or video.")
(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