me
/
guix
Archived
1
0
Fork 0

gnu: postgresql-11: Update to 11.15.

* gnu/packages/databases.scm (postgresql-11): Update to 11.15.

Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Brice Waegeneire 2021-12-21 20:38:32 +01:00 committed by Maxim Cournoyer
parent 284c0dca4e
commit 573a15474f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -1320,14 +1320,14 @@ pictures, sounds, or video.")
(package
(inherit postgresql-13)
(name "postgresql")
(version "11.13")
(version "11.15")
(source (origin
(inherit (package-source postgresql-13))
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"0j5wnscnxa3sx8d39s55654df8aikmvkihfb0a02hrgmyygnihx0"))))))
"1qvrm0vhwnc5nijfbqybhwfjbq4r7vmk445sz7s6fiagpn78xxf8"))))))
(define-public postgresql-10
(package