diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-08 13:12:07 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-08 23:50:52 +0100 |
commit | 0fa63b8908dca11b88cade6b897e2ac949aac975 (patch) | |
tree | b134d8de51f14682b2276f01ea05aed9b910d8af /gnu/packages/spice.scm | |
parent | 15c661ec8ed90107690980758be6a88fe4c47061 (diff) | |
download | guix-0fa63b8908dca11b88cade6b897e2ac949aac975.tar guix-0fa63b8908dca11b88cade6b897e2ac949aac975.tar.gz |
gnu: spice-protocol: Update to 0.12.15.
* gnu/packages/spice.scm (spice-protocol): Update to 0.12.15.
Diffstat (limited to 'gnu/packages/spice.scm')
-rw-r--r-- | gnu/packages/spice.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index 94e6aa8438..d81f9891cf 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -96,7 +96,7 @@ system to use the host GPU to accelerate 3D rendering.") (define-public spice-protocol (package (name "spice-protocol") - (version "0.12.14") + (version "0.12.15") (source (origin (method url-fetch) (uri (string-append @@ -104,7 +104,7 @@ system to use the host GPU to accelerate 3D rendering.") "spice-protocol-" version ".tar.bz2")) (sha256 (base32 - "170ckpgazvqv7hxy209myg67pqnd6c0gvr4ysbqgsfch6320nd90")))) + "06b461i4jv741in8617jjpfk28wk7zs9p7841njkf4sbm8xv4kcb")))) (build-system gnu-build-system) (synopsis "Protocol headers for the SPICE protocol") (description "SPICE (the Simple Protocol for Independent Computing |