mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: postgresql-13: Update to 13.6.
* gnu/packages/databases.scm (postgresql-13): Update to 13.6.
This commit is contained in:
parent
f0227a18c2
commit
e2264e6328
1 changed files with 2 additions and 2 deletions
|
@ -1278,14 +1278,14 @@ (define-public postgresql-14
|
|||
(define-public postgresql-13
|
||||
(package
|
||||
(inherit postgresql-14)
|
||||
(version "13.4")
|
||||
(version "13.6")
|
||||
(source (origin
|
||||
(inherit (package-source postgresql-14))
|
||||
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
|
||||
version "/postgresql-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kf0gcsrl5n25rjlvkh87aywmn28kbwvakm5c7j1qpr4j01y34za"))))))
|
||||
"1z37ix80hb2bqa2smh1hbj9r507ypnl3pil43gkqznnlv6ipzz5s"))))))
|
||||
|
||||
(define-public postgresql-11
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue