gnu: libcbor: Update to 0.9.0.
* gnu/packages/compression.scm (libcbor): Update to 0.9.0.master
parent
9744b3b244
commit
bdb60a8e79
|
@ -2715,7 +2715,7 @@ can append files to the end of such compressed archives.")
|
||||||
(define-public libcbor
|
(define-public libcbor
|
||||||
(package
|
(package
|
||||||
(name "libcbor")
|
(name "libcbor")
|
||||||
(version "0.8.0")
|
(version "0.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2723,7 +2723,7 @@ can append files to the end of such compressed archives.")
|
||||||
(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 "01dv4vxcmbvpphqy16vqiwh25wx11x630js5wfnx7cryarsh9ld7"))))
|
(sha256 (base32 "1n9fx5i81wr9j18bhz74wclfkwqf1k3piq6lzngvkmq04krzi7ss"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Reference in New Issue