[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: spice-gtk: Update to 0.33.
From: |
Marius Bakke |
Subject: |
04/05: gnu: spice-gtk: Update to 0.33. |
Date: |
Sat, 11 Feb 2017 14:13:46 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit f057755e6e9f4b563f5926355948418ab7d97eb9
Author: Marius Bakke <address@hidden>
Date: Sat Feb 11 19:36:14 2017 +0100
gnu: spice-gtk: Update to 0.33.
* gnu/packages/spice.scm (spice-gtk): Update to 0.33.
[source, home-page]: Use HTTPS.
---
gnu/packages/spice.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 27de4b4..e775174 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -141,15 +141,15 @@ which allows users to view a desktop computing
environment.")
(define-public spice-gtk
(package
(name "spice-gtk")
- (version "0.32")
+ (version "0.33")
(source (origin
(method url-fetch)
(uri (string-append
- "http://spice-space.org/download/gtk/"
+ "https://spice-space.org/download/gtk/"
"spice-gtk-" version ".tar.bz2"))
(sha256
(base32
- "00pf94xh2xf0h1g13lnavxrysd0d0x22l5jl108cvq1mjc4z8j2c"))))
+ "0fdgx9k4vgmasp8i2n0swrkapq8f212igcg7wsgvr3mbhsvk7bvx"))))
(build-system gnu-build-system)
(propagated-inputs
`(("gstreamer" ,gstreamer)
@@ -194,7 +194,7 @@ which allows users to view a desktop computing
environment.")
#t)))))
(synopsis "Gtk client and libraries for SPICE remote desktop servers")
(description "Gtk client and libraries for SPICE remote desktop servers.")
- (home-page "http://www.spice-space.org")
+ (home-page "https://www.spice-space.org")
(license (list license:lgpl2.1+ license:lgpl2.0+))))
(define-public spice
- branch master updated (4153ef2 -> 2665353), Marius Bakke, 2017/02/11
- 03/05: gnu: spice-protocol: Update to 0.12.12., Marius Bakke, 2017/02/11
- 05/05: gnu: gtk-vnc: Update to 0.7.0 [fixes CVE-2017-{5884, 5885}]., Marius Bakke, 2017/02/11
- 04/05: gnu: spice-gtk: Update to 0.33.,
Marius Bakke <=
- 01/05: gnu: slurm: Update to 16.05.9.1., Marius Bakke, 2017/02/11
- 02/05: gnu: spice: Fix CVE-2016-9577 and CVE-2016-9578., Marius Bakke, 2017/02/11