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