mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xpra: Update to 6.3.3.
* gnu/packages/xorg.scm (xpra): Update to 6.3.3. Change-Id: I7df091d7fe20c70ae933e6fd605e3288f950b6ab Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
b9673fa766
commit
e1821f335f
1 changed files with 2 additions and 2 deletions
|
@ -6566,7 +6566,7 @@ basic eye-candy effects.")
|
||||||
(define-public xpra
|
(define-public xpra
|
||||||
(package
|
(package
|
||||||
(name "xpra")
|
(name "xpra")
|
||||||
(version "6.3.2")
|
(version "6.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6575,7 +6575,7 @@ basic eye-candy effects.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ffh106rld54pb9n4aq1jh4lk8c9h54w0h5pjj2h3jzyvpsnpfqs"))
|
(base32 "0br6fmc8gm5d86zb7s4nqkvljahn1mx9d3bbqahshjyhizl84kw6"))
|
||||||
(patches (search-patches "xpra-6.0-systemd-run.patch"
|
(patches (search-patches "xpra-6.0-systemd-run.patch"
|
||||||
"xpra-6.1-install_libs.patch"))))
|
"xpra-6.1-install_libs.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue