GNU bug report logs -
#75923
[PATCH 0/6] hypr* updates
Previous Next
Reported by: Murilo <murilo <at> disroot.org>
Date: Wed, 29 Jan 2025 13:19:02 UTC
Severity: normal
Tags: patch
Done: John Kehayias <john.kehayias <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 75923 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/qt.scm (hyprland-qtutils): Update to 0.1.3.
Change-Id: Icc745e44435f472f4fbae1e3098d29319823c357
---
gnu/packages/qt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 76c11af543..432282f9cf 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5401,7 +5401,7 @@ (define-public soqt
(define-public hyprland-qtutils
(package
(name "hyprland-qtutils")
- (version "0.1.1")
+ (version "0.1.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5410,7 +5410,7 @@ (define-public hyprland-qtutils
(file-name (git-file-name name version))
(sha256
(base32
- "02ymf8xypnxhknb3d0bxbp96hargwrg9syb9xs3va3rmx909r7b6"))))
+ "010p7b2asjb09vpr1jwjmvqzyd6dv2a9acl5jz0xdikbp1mwfvzn"))))
(build-system qt-build-system)
(arguments
(list #:tests? #f ;There are no tests.
--
2.48.1
This bug report was last modified 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.