mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: hyprland-qtutils: Update to 0.1.4.
* gnu/packages/qt.scm (hyprland-qtutils): Update to 0.1.4. Change-Id: Ie30304ff1130c0f19ae18890fbc4786aefd8a4c0 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
e80054495f
commit
56e6e84cc3
1 changed files with 2 additions and 2 deletions
|
|
@ -5609,7 +5609,7 @@ of the InventorXt GUI component toolkit.")
|
|||
(define-public hyprland-qtutils
|
||||
(package
|
||||
(name "hyprland-qtutils")
|
||||
(version "0.1.3")
|
||||
(version "0.1.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -5618,7 +5618,7 @@ of the InventorXt GUI component toolkit.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"010p7b2asjb09vpr1jwjmvqzyd6dv2a9acl5jz0xdikbp1mwfvzn"))))
|
||||
"122qz9zajd11by5cwfjbxv7ngrj1q10fi7f982r8hxpn9ms2ilyr"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;There are no tests.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue