[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/27: gnu: screengrab: Update to 2.6.0.
From: |
guix-commits |
Subject: |
26/27: gnu: screengrab: Update to 2.6.0. |
Date: |
Tue, 2 May 2023 21:47:36 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit be58e76b20390392e2526cb9d7882d2ea61ccca0
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Thu Apr 27 20:59:13 2023 +0800
gnu: screengrab: Update to 2.6.0.
* gnu/packages/lxqt.scm (screengrab): Update to 2.6.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 71df867869..b15bb154be 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1030,14 +1030,14 @@ QTermWidget.")
(define-public screengrab
(package
(name "screengrab")
- (version "2.5.0")
+ (version "2.6.0")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/lxqt/screengrab/releases/download/"
version "/screengrab-" version ".tar.xz"))
(sha256
- (base32 "0jqzpx44x2hbl5yvlx7md9zg2qrnchh54lbbmk8nmgrsa2wps9rv"))))
+ (base32 "0xc004h7i2hnl3jj4p8v6wkqav2v07k1mzdvys3ya171z4ffmc9j"))))
(build-system cmake-build-system)
(inputs
(list kwindowsystem libqtxdg qtbase-5 qtsvg-5 qtx11extras))
- 27/27: gnu: lxqt-archiver: Update to 0.8.0., (continued)
- 27/27: gnu: lxqt-archiver: Update to 0.8.0., guix-commits, 2023/05/02
- 05/27: gnu: lxqt-about: Update to 1.3.0., guix-commits, 2023/05/02
- 03/27: gnu: qtxdg-tools: Update to 3.11.0., guix-commits, 2023/05/02
- 06/27: gnu: lxqt-admin: Update to 1.3.0., guix-commits, 2023/05/02
- 09/27: gnu: lxqt-notificationd: Update to 1.3.0., guix-commits, 2023/05/02
- 19/27: gnu: libfm-qt: Update to 1.3.0., guix-commits, 2023/05/02
- 20/27: gnu: pcmanfm-qt: Update to 1.3.0., guix-commits, 2023/05/02
- 22/27: gnu: pavucontrol-qt: Update to 1.3.0., guix-commits, 2023/05/02
- 24/27: gnu: qtermwidget: Update to 1.3.0., guix-commits, 2023/05/02
- 25/27: gnu: qterminal: Update to 1.3.0., guix-commits, 2023/05/02
- 26/27: gnu: screengrab: Update to 2.6.0.,
guix-commits <=