me
/
guix
Archived
1
0
Fork 0

gnu: postgresql-13: Update to 13.6.

* gnu/packages/databases.scm (postgresql-13): Update to 13.6.
master
Maxim Cournoyer 2022-03-18 00:43:51 -04:00
parent f0227a18c2
commit e2264e6328
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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