mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: firebird: Update to 3.0.13.
* gnu/packages/databases.scm (firebird): Update to 3.0.13. [inputs]: Remove icu4c-71; add icu4c-77. Change-Id: I2fd54614d73ab8784884a260421093a14cbadd64
This commit is contained in:
parent
37e10b5a70
commit
5e970890fb
1 changed files with 3 additions and 3 deletions
|
@ -309,7 +309,7 @@ ElasticSearch server")
|
||||||
(define-public firebird
|
(define-public firebird
|
||||||
(package
|
(package
|
||||||
(name "firebird")
|
(name "firebird")
|
||||||
(version "3.0.12")
|
(version "3.0.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -318,7 +318,7 @@ ElasticSearch server")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09i51s3zgd0qkd17kk32cq99kpxgkm3frnjmr4dgr1csncr2v3x6"))
|
(base32 "0h697y53vk7yvlifr35vjl3vkv8m5ny7j05r70qnqcvjy0axqbdn"))
|
||||||
(patches (search-patches "firebird-riscv64-support-pt1.patch"
|
(patches (search-patches "firebird-riscv64-support-pt1.patch"
|
||||||
"firebird-riscv64-support-pt2.patch"))
|
"firebird-riscv64-support-pt2.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
@ -445,7 +445,7 @@ ElasticSearch server")
|
||||||
(inputs
|
(inputs
|
||||||
(list boost
|
(list boost
|
||||||
editline
|
editline
|
||||||
icu4c-71
|
icu4c-77
|
||||||
libtommath
|
libtommath
|
||||||
ncurses
|
ncurses
|
||||||
zlib))
|
zlib))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue