me
/
guix
Archived
1
0
Fork 0

gnu: postgresql@13: Update to 13.12.

* gnu/packages/databases.scm (postgresql-13): Update to 13.12.
Tobias Geerinckx-Rice 2023-08-06 02:00:00 +02:00
parent 8749e2af76
commit 9f7d6249e7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1265,14 +1265,14 @@ pictures, sounds, or video.")
(define-public postgresql-13
(package
(inherit postgresql-14)
(version "13.11")
(version "13.12")
(source (origin
(inherit (package-source postgresql-14))
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"1yqbwnzgdgaim476smwkdj2jd6j92x9xqm2f1mknnmh3f9jgz4j9"))))))
"12r1kwjaclq2qn4qg3k6j0asrs4r0k0g1fkdpb3pnjsiwg7fv88d"))))))
(define-public postgresql-11
(package