diff options
Diffstat (limited to 'gnu/packages/cpp.scm')
| -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)) |
