guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: xfwm4: Update to 4.14.2.


From: guix-commits
Subject: 08/10: gnu: xfwm4: Update to 4.14.2.
Date: Thu, 21 May 2020 00:02:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 70f5cabc291b731f8532bb73166e41f7d2739a88
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu May 21 05:40:30 2020 +0200

    gnu: xfwm4: Update to 4.14.2.
    
    * gnu/packages/xfce.scm (xfwm4): Update to 4.14.2.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index f447c40..7a6784b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -724,7 +724,7 @@ and import the new pictures from your camera.")
 (define-public xfwm4
   (package
     (name "xfwm4")
-    (version "4.14.1")
+    (version "4.14.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -732,7 +732,7 @@ and import the new pictures from your camera.")
                                   "xfwm4-" version ".tar.bz2"))
               (sha256
                (base32
-                "0a0la57jh618qfl7czsn7mspcraqczkm1m616j7jwxkhh2hq21qh"))))
+                "14pxiymg0hpg3yijbjv5w6259pra4rqq79b7a6mvd8wn4ls40nxi"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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