gnu: hyprland-qtutils: Update to 0.1.3.

* gnu/packages/qt.scm (hyprland-qtutils): Update to 0.1.3.

Change-Id: Icc745e44435f472f4fbae1e3098d29319823c357
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Murilo 2025-01-31 08:30:39 -03:00 committed by John Kehayias
parent 7a6406d3ac
commit fb7f782410
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -5401,7 +5401,7 @@ of the InventorXt GUI component toolkit.")
(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 @@ of the InventorXt GUI component toolkit.")
(file-name (git-file-name name version))
(sha256
(base32
"02ymf8xypnxhknb3d0bxbp96hargwrg9syb9xs3va3rmx909r7b6"))))
"010p7b2asjb09vpr1jwjmvqzyd6dv2a9acl5jz0xdikbp1mwfvzn"))))
(build-system qt-build-system)
(arguments
(list #:tests? #f ;There are no tests.