guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: exo: Update to 4.16.3.


From: guix-commits
Subject: branch master updated: gnu: exo: Update to 4.16.3.
Date: Fri, 17 Dec 2021 03:08:51 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ad6ab02  gnu: exo: Update to 4.16.3.
ad6ab02 is described below

commit ad6ab022c567918aa1b5e741a92bcfafe4050793
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Dec 16 06:40:28 2021 +0100

    gnu: exo: Update to 4.16.3.
    
    * gnu/packages/xfce.scm (exo): Update to 4.16.3.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 689c1fc..d1d0f2a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -301,7 +301,7 @@ upstream occasionally.")
 (define-public exo
   (package
     (name "exo")
-    (version "4.16.2")
+    (version "4.16.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -309,7 +309,7 @@ upstream occasionally.")
                                   "exo-" version ".tar.bz2"))
               (sha256
                (base32
-                "17cybaml221jnw99aig3zajg2kbnn87p5sycj68wpwgvd99zb2af"))))
+                "1rpsp37n5l3qxinv37rz5l4rvja7yaf8hqsy81jhlgz27wygybbj"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config intltool))



reply via email to

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