diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-27 20:59:12 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-03 09:30:20 +0800 |
commit | 4882c231bc9989006c660a37789b515956b634d0 (patch) | |
tree | d7b3d8cac1e2c53ce98372151c142d5f47d4cac2 | |
parent | e0fd7b862b332e1f637b7e4651e4251d7dc37768 (diff) | |
download | guix-4882c231bc9989006c660a37789b515956b634d0.tar.gz guix-4882c231bc9989006c660a37789b515956b634d0.zip |
gnu: lxqt-config: Update to 1.3.0.
* gnu/packages/lxqt.scm (lxqt-config): Update to 1.3.0.
-rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 48fdc41b69..88e3313564 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -343,14 +343,14 @@ the operating system LXQt is running on.") (define-public lxqt-config (package (name "lxqt-config") - (version "1.2.0") + (version "1.3.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "0h0n5an1pp3k50g4p2dxymy0lsnsh7m46gb22ndam69hdkflw71y")))) + (base32 "13v9mrp6dswdw9vq39lfpd5cgz2bg74mk2kp1x7zinzqijsn17wj")))) (build-system cmake-build-system) (inputs (list eudev |