~ruther/guix-local

9b000588b4741bbd3e426e3ca819e7219eec6c11 — Murilo 30 days ago 5770aad
gnu: hyprtoolkit: Update to 0.5.3.

* gnu/packages/cpp.scm (hyprtoolkit): Update to 0.5.3.

Change-Id: Id187e0e37fdbad97fb809212e3f7ddd8c52e44ed
Signed-off-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cpp.scm
M gnu/packages/cpp.scm => gnu/packages/cpp.scm +2 -2
@@ 1080,7 1080,7 @@ ecosystem.")
(define-public hyprtoolkit
  (package
    (name "hyprtoolkit")
    (version "0.5.2")
    (version "0.5.3")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 1089,7 1089,7 @@ ecosystem.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1lyc5mmk7i83q3rq11yyggwxpcx3kmav3hg3ss1xl723v27cnj80"))))
                "0jjb1bf55270r3qc3fzxd1l3ahqsbgs948z46qi9niapa3gx1zli"))))
    (build-system cmake-build-system)
    (arguments (list #:tests? #f)) ; No tests in Release build type
    (native-inputs (list pkg-config hyprwayland-scanner))