mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: usbredir: Update to 0.15.0.
* gnu/packages/spice.scm (usbredir): Update to 0.15.0. Change-Id: I67915edef296720b23b7b85890c872067edef1fa
This commit is contained in:
parent
fd19785a9a
commit
fec2fb89bb
1 changed files with 2 additions and 2 deletions
|
|
@ -68,14 +68,14 @@
|
|||
(package
|
||||
(name "usbredir")
|
||||
(home-page "https://spice-space.org")
|
||||
(version "0.14.0")
|
||||
(version "0.15.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append home-page "/download/" name "/" name "-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cm3pal2fmi5168i3vdy18qw2wmvhfy02fn9li2sx3rjg1fgnkcj"))))
|
||||
"0q890pzi0744isnw72lxk59aaqvhmg1dli8j35la123n4y0a7hkd"))))
|
||||
(build-system meson-build-system)
|
||||
(propagated-inputs (list libusb))
|
||||
(inputs (list glib))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue