mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: postgresql-10: Update to 10.16.
* gnu/packages/databases.scm (postgresql-10): Update to 10.16. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
812f0d69ff
commit
e55812e685
1 changed files with 2 additions and 2 deletions
|
@ -1258,14 +1258,14 @@ pictures, sounds, or video.")
|
||||||
(define-public postgresql-10
|
(define-public postgresql-10
|
||||||
(package
|
(package
|
||||||
(inherit postgresql-11)
|
(inherit postgresql-11)
|
||||||
(version "10.13")
|
(version "10.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(inherit (package-source postgresql-11))
|
(inherit (package-source postgresql-11))
|
||||||
(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
|
||||||
"1qal0yp7a90yzya7hl56gsmw5fvacplrdhpn7h9gnbyr1i2iyw2d"))))))
|
"1cvv8qw0gkkczqhiwx6ns7w88dwkvdz4cvb2d4ff14363f5p2p53"))))))
|
||||||
|
|
||||||
(define-public postgresql-9.6
|
(define-public postgresql-9.6
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue