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.5.1.


From: guix-commits
Subject: 01/01: gnu: xpra: Update to 2.5.1.
Date: Thu, 18 Apr 2019 03:26:26 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit fd6d2fd871aa3eb443037483998b7790d15be709
Author: Rutger Helling <address@hidden>
Date:   Thu Apr 18 09:23:24 2019 +0200

    gnu: xpra: Update to 2.5.1.
    
    * gnu/packages/xorg.scm (xpra): Update to 2.5.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 0028698..fc7c55b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6010,7 +6010,7 @@ basic eye-candy effects.")
 (define-public xpra
   (package
     (name "xpra")
-    (version "2.5")
+    (version "2.5.1")
     (source
      (origin
        (method url-fetch)
@@ -6018,7 +6018,7 @@ basic eye-candy effects.")
                            version ".tar.xz"))
        (sha256
         (base32
-         "0q6c7ijgpp2wk6jlh0pzqki1w60i36wyl2zfwkg0gpdh40ypab3x"))))
+         "14l3bs7mlkd2lphjhnbw5dr95pg7x1k61s9wk35dra4li2xjy1lm"))))
     (build-system python-build-system)
     (inputs `(("ffmpeg" ,ffmpeg)
               ("flac" ,flac)



reply via email to

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