mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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:
parent
6ec3c260a1
commit
e3bf81c7df
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue