guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: xpra: Update to 2.4.1.


From: Rutger Helling
Subject: 01/01: gnu: xpra: Update to 2.4.1.
Date: Thu, 1 Nov 2018 03:33:45 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit a769a4d432831cd9faa8ac8e4a857700f4245ec5
Author: Rutger Helling <address@hidden>
Date:   Thu Nov 1 08:31:45 2018 +0100

    gnu: xpra: Update to 2.4.1.
    
    * gnu/packages/xorg.scm (xpra): Update to 2.4.1.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 6f9c266..a4909d4 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5936,7 +5936,7 @@ basic eye-candy effects.")
 (define-public xpra
   (package
     (name "xpra")
-    (version "2.4")
+    (version "2.4.1")
     (source
      (origin
        (method url-fetch)
@@ -5944,7 +5944,7 @@ basic eye-candy effects.")
                            version ".tar.xz"))
        (sha256
         (base32
-         "0blzx231sr1ri1zwzpwzf611sq9104bv3ccvnap9pbvfrc05sfwx"))))
+         "1bhk6vydsrhlngvrv5w55arqf69cr3yw84xscnnl7km2g1iswkrs"))))
     (build-system python-build-system)
     (inputs `(("ffmpeg" ,ffmpeg)
               ("flac" ,flac)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]