From: iyzsong--- via Guix-patches via <guix-patches@gnu.org>
To: 63113@debbugs.gnu.org
Cc: 宋文武 <iyzsong@member.fsf.org>
Subject: [bug#63113] [PATCH 04/27] gnu: liblxqt: Update to 1.3.0.
Date: Thu, 27 Apr 2023 21:26:16 +0800 [thread overview]
Message-ID: <20230427132639.22164-5-iyzsong@envs.net> (raw)
In-Reply-To: <20230427132639.22164-1-iyzsong@envs.net>
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/lxqt.scm (liblxqt): Update to 1.3.0.
---
gnu/packages/lxqt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 1b4d2b6873..79b403be01 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -206,7 +206,7 @@ (define-public qtxdg-tools
(define-public liblxqt
(package
(name "liblxqt")
- (version "1.2.0")
+ (version "1.3.0")
(source
(origin
(method url-fetch)
@@ -214,7 +214,7 @@ (define-public liblxqt
"https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "057cdxmz6kh3p1vpbwah4i99hdknh22w2w8wqfiws2d4n6wwiavz"))))
+ (base32 "1vr43sd2dzs4gmiaidr1gpm64fl500k30rlxxq7yj9p3iwk5d3xp"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no tests
--
2.39.2
next prev parent reply other threads:[~2023-04-27 14:43 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-27 13:24 [bug#63113] [PATCH 01/27] gnu: lxqt-build-tools: Update to 0.13.0 iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 00/27] lxqt 1.3.0 updates iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 01/27] gnu: lxqt-build-tools: Update to 0.13.0 iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 02/27] gnu: libqtxdg: Update to 3.11.0 iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 03/27] gnu: qtxdg-tools: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` iyzsong--- via Guix-patches via [this message]
2023-04-27 13:26 ` [bug#63113] [PATCH 05/27] gnu: lxqt-about: Update to 1.3.0 iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 06/27] gnu: lxqt-admin: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 07/27] gnu: lxqt-config: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 08/27] gnu: lxqt-globalkeys: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 09/27] gnu: lxqt-notificationd: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 10/27] gnu: lxqt-openssh-askpass: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 11/27] gnu: lxqt-panel: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 12/27] gnu: lxqt-policykit: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 13/27] gnu: lxqt-powermanagement: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 14/27] gnu: lxqt-qtplugin: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 15/27] gnu: lxqt-runner: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 16/27] gnu: lxqt-session: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 17/27] gnu: lxqt-sudo: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 18/27] gnu: lxqt-themes: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 19/27] gnu: libfm-qt: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 20/27] gnu: pcmanfm-qt: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 21/27] gnu: lximage-qt: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 22/27] gnu: pavucontrol-qt: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 23/27] gnu: qps: Update to 2.7.0 iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 24/27] gnu: qtermwidget: Update to 1.3.0 iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 25/27] gnu: qterminal: " iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 26/27] gnu: screengrab: Update to 2.6.0 iyzsong--- via Guix-patches via
2023-04-27 13:26 ` [bug#63113] [PATCH 27/27] gnu: lxqt-archiver: Update to 0.8.0 iyzsong--- via Guix-patches via
2023-05-03 1:48 ` [bug#63113] bug#63114: [PATCH 01/27] gnu: lxqt-build-tools: Update to 0.13.0 宋文武 via Guix-patches via
2023-04-27 13:30 ` [bug#63114] " 宋文武 via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230427132639.22164-5-iyzsong@envs.net \
--to=guix-patches@gnu.org \
--cc=63113@debbugs.gnu.org \
--cc=iyzsong@envs.net \
--cc=iyzsong@member.fsf.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).