mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7a6406d3ac
commit
fb7f782410
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue