diff options
| author | Murilo <murilo@disroot.org> | 2026-01-24 08:27:22 -0300 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:31:33 +0100 |
| commit | 9b000588b4741bbd3e426e3ca819e7219eec6c11 (patch) | |
| tree | d2df3a99d7dcf510f14a7fa00195192c556779e0 /gnu | |
| parent | 5770aad73f2c1f37e9f0c46d398994ea57d539f4 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 709fc476367..1e81b6ea143 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -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)) |
