guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ba252f5177d0e820bb44effef022606abbb5b56e
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:39 2025 +0800

    gnu: parole: Update to 4.20.0.
    
    * gnu/packages/xfce.scm (parole): Update to 4.20.0.
    
    Change-Id: I7d9a71797934b9d5472a2a84dc962be0c7e3270e
---
 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 b7e05d0554..3fa12b1c8c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1196,7 +1196,7 @@ local and remote file systems and manage bookmarks of 
such.")
 (define-public parole
   (package
     (name "parole")
-    (version "4.18.2")
+    (version "4.20.0")
     (source
      (origin
        (method git-fetch)
@@ -1206,7 +1206,7 @@ local and remote file systems and manage bookmarks of 
such.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1yzqry3pbgn413nflw7a8cm3xdq96w5pj41b04p5drr7qs44d1qb"))))
+        (base32 "0cb9blcbxyb80cql1dldh5qgsqp53nf2c4x43xdwwd3zwsr1jp13"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to