mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: postgresql@11: Update to 11.6.
* gnu/packages/databases: (postgresql-11): Update to 11.6. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
901c993000
commit
9d19266583
1 changed files with 2 additions and 2 deletions
|
@ -992,14 +992,14 @@ (define-public postgresql-11
|
|||
(package
|
||||
(inherit postgresql)
|
||||
(name "postgresql")
|
||||
(version "11.5")
|
||||
(version "11.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
|
||||
version "/postgresql-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"106ikalvrilihlvhq7xj7snq98hgbgq6qsgjrd252wgw1c327pvz"))))))
|
||||
"0w1iq488kpzfgfnlw4k32lz5by695mpnkq461jrgsr99z5zlz4j9"))))))
|
||||
|
||||
(define-public postgresql-9.6
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue