diff mbox series

[bug#63745] gnu: xpra: Update to 4.4.5

Message ID 2ff71c6aa7a85bd0e1c4fd856c62b4457d075eb8.1685165520.git.atai@atai.org
State New
Headers show
Series [bug#63745] gnu: xpra: Update to 4.4.5 | expand

Commit Message

Andy Tai May 27, 2023, 5:32 a.m. UTC
* gnu/packages/xorg.scm (xpra): Update to 4.4.5
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 3299b40b3599371890816b52d65a6a5ada1b1131

Comments

宋文武 May 30, 2023, 10:48 a.m. UTC | #1
Andy Tai <atai@atai.org> writes:

> * gnu/packages/xorg.scm (xpra): Update to 4.4.5

Pushed, thank you!

Note that the commit message "Update to 4.4.5." need ends with a peroid.
diff mbox series

Patch

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f3d30c0ff1..ba112f8d71 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6007,14 +6007,14 @@  (define-public xcompmgr
 (define-public xpra
   (package
     (name "xpra")
-    (version "4.4.4")
+    (version "4.4.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.xpra.org/src/xpra-"
                            version ".tar.xz"))
        (sha256
-        (base32 "1cf04syxjjj965754m6r2hgq87k1sv0pwvn6mn7xy4w2588bvxm0"))
+        (base32 "06p9wbs23vx8f2nb8ncz84xwgcxq5ly3dcscgc2r30jn6qzw6sx3"))
        (patches (search-patches "xpra-4.2-systemd-run.patch"
                                 "xpra-4.2-install_libs.patch"))))
     (build-system python-build-system)