gnu: postgresql-10: Update to 10.18.

* gnu/packages/databases.scm (postgresql-10): Update to 10.18.
This commit is contained in:
Efraim Flashner 2021-08-27 15:02:44 +03:00
parent 3a58a0ed6a
commit bb418a20ee
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1124,14 +1124,14 @@ (define-public postgresql-11
(define-public postgresql-10
(package
(inherit postgresql-11)
(version "10.17")
(version "10.18")
(source (origin
(inherit (package-source postgresql-11))
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"0v5jahkqm6gkq67s4bac3h7297bscn2ab6y128idi73cc1qq1wjs"))))))
"009qpb02bq0rx0aaw5ck70gk07xwparhfxvlfimgihw2vhp7qisp"))))))
(define-public postgresql-9.6
(package