~ruther/guix-local

56e6e84cc3fa25825b6d7c35d9773f3fb43b9c3d — Murilo 1 year, 2 months ago e800544
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/qt.scm
M gnu/packages/qt.scm => gnu/packages/qt.scm +2 -2
@@ 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.