diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 11:00:24 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-02 09:30:09 +0800 |
| commit | 8f5b94dcb2434b22943664ad602df705dfec51ea (patch) | |
| tree | 262e55cd609df73cb46e2a5dd2410ba84c4f795f /gnu | |
| parent | a6bdf507129c101d0ac305e88fd5bbfc71bce36b (diff) | |
gnu: lxqt-menu-data: Update to 2.3.0.
* gnu/packages/lxqt.scm (lxqt-menu-data): Update to 2.3.0.
Change-Id: I8e610ebc5917637ebe49504b69748f7041ccdb84
Diffstat (limited to 'gnu')
| -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 12c4a9b678..4a17349c69 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -342,14 +342,14 @@ the operating system LXQt is running on.") (define-public lxqt-menu-data (package (name "lxqt-menu-data") - (version "2.2.0") + (version "2.3.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "0nw9mr4p5ri3bk43xd871g3ni9irf6rrk8rz4d8ra9wd7bz2d855")))) + (base32 "013fbcymy1h3arhhd7jqy498pdny63ih1wid7w3pr4j8iax48fkh")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) ;no tests |
