mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: postgresql@10: Update to 10.23.
* gnu/packages/databases.scm (postgresql-10): Update to 10.23.
This commit is contained in:
parent
a4e74cf344
commit
fe0a1b49c1
1 changed files with 2 additions and 2 deletions
|
@ -1328,14 +1328,14 @@ (define-public postgresql-11
|
|||
(define-public postgresql-10
|
||||
(package
|
||||
(inherit postgresql-11)
|
||||
(version "10.21")
|
||||
(version "10.23")
|
||||
(source (origin
|
||||
(inherit (package-source postgresql-11))
|
||||
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
|
||||
version "/postgresql-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1la5dx4hhy5yaznwk9gwdsymih3sd23fyhh6spssdaajdn2rh8fk"))))
|
||||
"1sgfssjc9lnzijhn108r6z26fri655k413f1c9b8wibjhd9b594l"))))
|
||||
(native-inputs
|
||||
(modify-inputs (package-native-inputs postgresql-11)
|
||||
(append opensp docbook-sgml-4.2)
|
||||
|
|
Loading…
Reference in a new issue