mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: PostgreSQL: Remove replacement package.
* gnu/packages/databases.scm (postgresql-13): Update to 13.2. [replacement]: Remove. (postgresql-13.2): Remove variable.
This commit is contained in:
parent
8314335e24
commit
a9517c4f59
1 changed files with 2 additions and 17 deletions
|
@ -1026,15 +1026,14 @@ and high-availability (HA).")
|
||||||
(define-public postgresql-13
|
(define-public postgresql-13
|
||||||
(package
|
(package
|
||||||
(name "postgresql")
|
(name "postgresql")
|
||||||
(replacement postgresql-13.2)
|
(version "13.2")
|
||||||
(version "13.1")
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
|
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
|
||||||
version "/postgresql-" version ".tar.bz2"))
|
version "/postgresql-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07z6zwr58dckaa97yl9ml240z83d1lhgaxw9aq49i8lsp21mqd0j"))
|
"1z5d847jnajcfr3wa6jn52a8xjhamvwzmz18xlm5nvxqip8grmsz"))
|
||||||
(patches (search-patches "postgresql-disable-resolve_symlinks.patch"))))
|
(patches (search-patches "postgresql-disable-resolve_symlinks.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -1081,20 +1080,6 @@ TIMESTAMP. It also supports storage of binary large objects, including
|
||||||
pictures, sounds, or video.")
|
pictures, sounds, or video.")
|
||||||
(license (license:x11-style "file://COPYRIGHT"))))
|
(license (license:x11-style "file://COPYRIGHT"))))
|
||||||
|
|
||||||
(define-public postgresql-13.2
|
|
||||||
(package
|
|
||||||
(inherit postgresql-13)
|
|
||||||
(name "postgresql")
|
|
||||||
(version "13.2")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
|
|
||||||
version "/postgresql-" version ".tar.bz2"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1z5d847jnajcfr3wa6jn52a8xjhamvwzmz18xlm5nvxqip8grmsz"))
|
|
||||||
(patches (search-patches "postgresql-disable-resolve_symlinks.patch"))))))
|
|
||||||
|
|
||||||
(define-public postgresql-11
|
(define-public postgresql-11
|
||||||
(package
|
(package
|
||||||
(inherit postgresql-13)
|
(inherit postgresql-13)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue