diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-26 22:07:48 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-01 09:22:24 +0800 |
commit | 66c887c5acdb4b6a6f6e5f91ec9730dfab961f63 (patch) | |
tree | 50092551ee961ddce7751533e7820259148b50b8 | |
parent | 23552fb2fbcb78757e8b563de9466831f6386105 (diff) | |
download | guix-66c887c5acdb4b6a6f6e5f91ec9730dfab961f63.tar guix-66c887c5acdb4b6a6f6e5f91ec9730dfab961f63.tar.gz |
gnu: xfconf: Update to 4.18.1.
* gnu/packages/xfce.scm (xfconf): Update to 4.18.1.
-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 5cc64ac735..2092c8db13 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -134,7 +134,7 @@ Xfce Desktop Environment.") (define-public xfconf (package (name "xfconf") - (version "4.18.0") + (version "4.18.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -142,7 +142,7 @@ Xfce Desktop Environment.") "xfconf-" version ".tar.bz2")) (sha256 (base32 - "01i9bn2v9mcfa03ndd9dyihz7yc1mnfzr550mq3sh07q1cb5131f")))) + "0mr20250mp4pgy82v5kvb0hp5060vy6yz9hd6icmmp6gpd8lfwfr")))) (build-system gnu-build-system) (arguments '(#:phases |