guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: parole: Update to 4.18.1.


From: guix-commits
Subject: 05/08: gnu: parole: Update to 4.18.1.
Date: Sat, 9 Dec 2023 05:54:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b876f3e130f85ff2c2af18676c49b48db46611a2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 19 01:00:00 2023 +0100

    gnu: parole: Update to 4.18.1.
    
    * gnu/packages/xfce.scm (parole): Update to 4.18.1.
    
    Change-Id: I308b19b47c20d35765cf7e03a49a88978734868f
---
 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 cb2121f338..73889c945e 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1035,7 +1035,7 @@ local and remote file systems and manage bookmarks of 
such.")
 (define-public parole
   (package
     (name "parole")
-    (version "4.18.0")
+    (version "4.18.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/";
@@ -1043,7 +1043,7 @@ local and remote file systems and manage bookmarks of 
such.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0w9p9zf87pnpl44bay8srrsczscxpmbsriwzqzv31gis9ny2zrdv"))))
+                "0rjsqm582c8i3lyi1n2ghp638cr0chw358i05g7njbw1hjj68wqc"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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