mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hyprland-qtutils: Update to 0.1.5.
* gnu/packages/qt.scm (hyprland-qtutils): Update to 0.1.5. Change-Id: Ie2e623cc1da7f67897d82455831e593afb72255b Signed-off-by: John Kehayias <john@guixotic.coop>
This commit is contained in:
parent
7a5f1dd820
commit
8f45c2c1b7
1 changed files with 2 additions and 2 deletions
|
@ -5941,7 +5941,7 @@ of the InventorXt GUI component toolkit.")
|
|||
(define-public hyprland-qtutils
|
||||
(package
|
||||
(name "hyprland-qtutils")
|
||||
(version "0.1.4")
|
||||
(version "0.1.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -5950,7 +5950,7 @@ of the InventorXt GUI component toolkit.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"122qz9zajd11by5cwfjbxv7ngrj1q10fi7f982r8hxpn9ms2ilyr"))))
|
||||
"09q8nacsxfih2px78bnallxvgr7g2z4b2dhy090sbah5siv1wdkd"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;There are no tests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue