gnu: libcbor: Update to 0.11.0.

* gnu/packages/compression.scm (libcbor): Update.

Change-Id: Ie372a9a73369eddac0620394e3e3608d8f27e0b6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Herman Rimm 2024-12-12 21:29:41 +01:00 committed by Ludovic Courtès
parent 6ec3c260a1
commit e3bf81c7df
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2901,7 +2901,7 @@ (define-public tarlz
(define-public libcbor (define-public libcbor
(package (package
(name "libcbor") (name "libcbor")
(version "0.9.0") (version "0.11.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2909,7 +2909,9 @@ (define-public libcbor
(url "https://github.com/PJK/libcbor") (url "https://github.com/PJK/libcbor")
(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 (base32 "1n9fx5i81wr9j18bhz74wclfkwqf1k3piq6lzngvkmq04krzi7ss")))) (sha256
(base32
"00ibddiy62kbs9wl52c35j0hbqanx6pi7lvzkpzmbsizkj8mhp1p"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags