mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gtk-vnc: Update to 1.5.0.
* gnu/packages/gnome.scm (gtk-vnc): Update to 1.5.0. Change-Id: I06c339b5c7c0dc74ed9266e92f81b5fd84a23209
This commit is contained in:
parent
072e2d875a
commit
c14677f0bd
1 changed files with 2 additions and 2 deletions
|
@ -9665,7 +9665,7 @@ like switching to windows and launching applications.")
|
|||
(define-public gtk-vnc
|
||||
(package
|
||||
(name "gtk-vnc")
|
||||
(version "1.3.1")
|
||||
(version "1.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9674,7 +9674,7 @@ like switching to windows and launching applications.")
|
|||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1kpih1gnp3hmsx4l6pig10zn7gd3s5fwm0k6icax0n859sn669si"))))
|
||||
(base32 "08yx6hnf1v6cv4g5fra4cbygg401d9y5dk1slhfr7b98fmsb9gn0"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue