diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-12-30 12:28:39 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 09:42:07 +0800 |
| commit | ba252f5177d0e820bb44effef022606abbb5b56e (patch) | |
| tree | 5a31271d66a32cb71ad2c402e8c86be7f81ec457 | |
| parent | 6f814e3359d1a904f5361e063841efc6834722b3 (diff) | |
gnu: parole: Update to 4.20.0.
* gnu/packages/xfce.scm (parole): Update to 4.20.0.
Change-Id: I7d9a71797934b9d5472a2a84dc962be0c7e3270e
| -rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files 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 |
