mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: spice-protocol: Update to 0.14.1.
* gnu/packages/spice.scm (spice-protocol): Update to 0.14.1.
This commit is contained in:
parent
e4e44f24bd
commit
99e8ce528c
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ (define-public virglrenderer
|
|||
(define-public spice-protocol
|
||||
(package
|
||||
(name "spice-protocol")
|
||||
(version "0.14.0")
|
||||
(version "0.14.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -106,7 +106,7 @@ (define-public spice-protocol
|
|||
"spice-protocol-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1b3f44c13pqsp7aabmcinfbmgl79038bp5548l5pjs16lcfam95n"))))
|
||||
"0ahk5hlanwhbc64r80xmchdav3ls156cvh9l68a0l22bhdhxmrkr"))))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis "Protocol headers for the SPICE protocol")
|
||||
(description "SPICE (the Simple Protocol for Independent Computing
|
||||
|
|
Loading…
Reference in a new issue