mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: spice-protocol: Update to 0.12.14.
* gnu/packages/spice.scm (spice-protocol): Update to 0.12.14.
This commit is contained in:
parent
0ce92d74a2
commit
52d5b73fc4
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ (define-public virglrenderer
|
||||||
(define-public spice-protocol
|
(define-public spice-protocol
|
||||||
(package
|
(package
|
||||||
(name "spice-protocol")
|
(name "spice-protocol")
|
||||||
(version "0.12.13")
|
(version "0.12.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -136,7 +136,7 @@ (define-public spice-protocol
|
||||||
"spice-protocol-" version ".tar.bz2"))
|
"spice-protocol-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cwrgkp558mblcf4vrhacb3iizz12khsrrl82w38w9nj0ar13vl9"))))
|
"170ckpgazvqv7hxy209myg67pqnd6c0gvr4ysbqgsfch6320nd90"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "Protocol headers for the SPICE protocol")
|
(synopsis "Protocol headers for the SPICE protocol")
|
||||||
(description "SPICE (the Simple Protocol for Independent Computing
|
(description "SPICE (the Simple Protocol for Independent Computing
|
||||||
|
|
Loading…
Reference in a new issue