diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 05:13:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 16:01:19 +0100 |
commit | 99e8ce528cb81b514fd9b7edacdbdc89bffcad27 (patch) | |
tree | 1a5b077dc99de053f9d4b0982a02dc342e651638 | |
parent | e4e44f24bdf13c516f81fde8d079a5900ffdfd01 (diff) | |
download | patches-99e8ce528cb81b514fd9b7edacdbdc89bffcad27.tar patches-99e8ce528cb81b514fd9b7edacdbdc89bffcad27.tar.gz |
gnu: spice-protocol: Update to 0.14.1.
* gnu/packages/spice.scm (spice-protocol): Update to 0.14.1.
-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 404b2a7a05..3445c64924 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -98,7 +98,7 @@ system to use the host GPU to accelerate 3D rendering.") (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 @@ system to use the host GPU to accelerate 3D rendering.") "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 |