diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-20 16:47:28 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-20 17:54:04 +0100 |
commit | 5e861c1aeec1b1a646baa01dc50c72b243016b8c (patch) | |
tree | e6a3afc4558435410d621d6a209e856ceea18444 /gnu/packages/databases.scm | |
parent | bb9837f66cc06373a6bc513b85ce2816fe36d58e (diff) | |
download | guix-5e861c1aeec1b1a646baa01dc50c72b243016b8c.tar.gz |
gnu: postgresql@13: Update to 13.9.
* gnu/packages/databases.scm (postgresql-13): Update to 13.9.
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 2664142779..e8e6eb142f 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1300,14 +1300,14 @@ pictures, sounds, or video.") (define-public postgresql-13 (package (inherit postgresql-14) - (version "13.6") + (version "13.9") (source (origin (inherit (package-source postgresql-14)) (uri (string-append "https://ftp.postgresql.org/pub/source/v" version "/postgresql-" version ".tar.bz2")) (sha256 (base32 - "1z37ix80hb2bqa2smh1hbj9r507ypnl3pil43gkqznnlv6ipzz5s")))))) + "05d46dzkya6s0qbaxvksc5j12syb514q5lha6z9vx7z4lp06c6gg")))))) (define-public postgresql-11 (package |