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:
Nicolas Graves 2025-08-26 18:52:57 +02:00 committed by Danny Milosavljevic
parent 733f8577d7
commit d26dff878f
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -2421,7 +2421,7 @@ of C++14 components that complements @code{std} and Boost.")
(define-public poco
(package
(name "poco")
(version "1.11.1")
(version "1.13.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2430,7 +2430,7 @@ of C++14 components that complements @code{std} and Boost.")
(file-name (git-file-name name version))
(sha256
(base32
"0qkf8vb4qwds6idk9fkw6wjvcdk5k8h77x3gv47l0i4jfl5hwn8b"))))
"1b8w3s6j020r356s6j6ijpnvzjdby4qwwndhzhfjc3rm727m085g"))))
(build-system cmake-build-system)
(arguments
(list