mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: poco: Update to 1.13.3.
Fixes CVE-2023-52389. * gnu/packages/cpp.scm (poco): Update to 1.13.3. Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
733f8577d7
commit
d26dff878f
1 changed files with 2 additions and 2 deletions
|
@ -2421,7 +2421,7 @@ of C++14 components that complements @code{std} and Boost.")
|
||||||
(define-public poco
|
(define-public poco
|
||||||
(package
|
(package
|
||||||
(name "poco")
|
(name "poco")
|
||||||
(version "1.11.1")
|
(version "1.13.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2430,7 +2430,7 @@ of C++14 components that complements @code{std} and Boost.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qkf8vb4qwds6idk9fkw6wjvcdk5k8h77x3gv47l0i4jfl5hwn8b"))))
|
"1b8w3s6j020r356s6j6ijpnvzjdby4qwwndhzhfjc3rm727m085g"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue