~ruther/guix-local

b3737fd05fb755152a85b0842f09421cd5dd26bd — Andy Tai 8 months ago c0a98f1
gnu: xpra-5: Update to 5.1.3.

* gnu/packages/xorg.scm (xpra-5): Update to 5.1.3.

Change-Id: I76729779e78cb1923a288ead34e5baf63b3d3e98
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +2 -2
@@ 6701,7 6701,7 @@ X11 servers, Windows, or macOS.")
  (package
    (inherit xpra)
    (name "xpra")
    (version "5.1.2")
    (version "5.1.3")
    (source
     (origin
       (method git-fetch)


@@ 6710,7 6710,7 @@ X11 servers, Windows, or macOS.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "150as385jvhz9isc6a9876hrs8700axd700d2m1wagd628xx8yh0"))
        (base32 "1046dqfh97l586gzbvcd1vb515na35147jm55i50kc9zkssfmygc"))
       (patches (search-patches "xpra-5.0-systemd-run.patch"
                                "xpra-5.0-install_libs.patch"))))))