mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: postgresql-9.6: Update to 9.6.21.
* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.21. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
e55812e685
commit
6941dbf958
1 changed files with 2 additions and 2 deletions
|
@ -1270,14 +1270,14 @@ (define-public postgresql-10
|
||||||
(define-public postgresql-9.6
|
(define-public postgresql-9.6
|
||||||
(package
|
(package
|
||||||
(inherit postgresql-10)
|
(inherit postgresql-10)
|
||||||
(version "9.6.16")
|
(version "9.6.21")
|
||||||
(source (origin
|
(source (origin
|
||||||
(inherit (package-source postgresql-10))
|
(inherit (package-source postgresql-10))
|
||||||
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
|
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
|
||||||
version "/postgresql-" version ".tar.bz2"))
|
version "/postgresql-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rr2dgv4ams8r2lp13w85c77rkmzpb88fjlc28mvlw6zq2fblv2w"))))))
|
"0d0ngpadf1i7c0i2psaxcbmiwx8334ibcsn283n9fp4853pyl3wk"))))))
|
||||||
|
|
||||||
(define-public postgresql postgresql-13)
|
(define-public postgresql postgresql-13)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue