gnu: spice-gtk: Update to 0.33.
* gnu/packages/spice.scm (spice-gtk): Update to 0.33. [source, home-page]: Use HTTPS.
This commit is contained in:
parent
5e569d5c41
commit
f057755e6e
|
@ -141,15 +141,15 @@ which allows users to view a desktop computing environment.")
|
||||||
(define-public spice-gtk
|
(define-public spice-gtk
|
||||||
(package
|
(package
|
||||||
(name "spice-gtk")
|
(name "spice-gtk")
|
||||||
(version "0.32")
|
(version "0.33")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://spice-space.org/download/gtk/"
|
"https://spice-space.org/download/gtk/"
|
||||||
"spice-gtk-" version ".tar.bz2"))
|
"spice-gtk-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00pf94xh2xf0h1g13lnavxrysd0d0x22l5jl108cvq1mjc4z8j2c"))))
|
"0fdgx9k4vgmasp8i2n0swrkapq8f212igcg7wsgvr3mbhsvk7bvx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gstreamer" ,gstreamer)
|
`(("gstreamer" ,gstreamer)
|
||||||
|
@ -194,7 +194,7 @@ which allows users to view a desktop computing environment.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(synopsis "Gtk client and libraries for SPICE remote desktop servers")
|
(synopsis "Gtk client and libraries for SPICE remote desktop servers")
|
||||||
(description "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+))))
|
(license (list license:lgpl2.1+ license:lgpl2.0+))))
|
||||||
|
|
||||||
(define-public spice
|
(define-public spice
|
||||||
|
|
Loading…
Reference in New Issue