diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-12-30 12:28:37 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 09:42:06 +0800 |
| commit | 4c9ab1bcd538205c6569acacba49f3c28cb448fd (patch) | |
| tree | bf18c5d7606ae41a6abbc0f148c0c3208c907d47 /gnu | |
| parent | 87223bb0ce479f006680873f7c51acd1c0900f1f (diff) | |
gnu: libxfce4ui: Update to 4.20.2.
* gnu/packages/xfce.scm (libxfce4ui): Update to 4.20.2.
Change-Id: Ie7144f67c464d99347210e6ebf76ab5c272b5e5b
Diffstat (limited to 'gnu')
| -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 1080174ace..15a18d2fcb 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -170,7 +170,7 @@ storage system.") (define-public libxfce4ui (package (name "libxfce4ui") - (version "4.20.0") + (version "4.20.2") (source (origin (method git-fetch) @@ -179,7 +179,7 @@ storage system.") (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1ps8sq8g43dx12qp0shrdb45bjrfhhgkziscj5jnrzfhy6j9mqrk")))) + (base32 "1nyi2h27c2gsin7l4jm42cl386z1zvki38nc60pzzmmvdlkypi1n")))) (build-system gnu-build-system) (arguments (list #:configure-flags |
