diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index fbbd1190eaf..cf837ff426a 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -3899,7 +3899,7 @@ This package is the fork of hsetroot by Hyriand.") (define-public hyprsunset (package (name "hyprsunset") - (version "0.3.0") + (version "0.3.2") (source (origin (method git-fetch) @@ -3908,7 +3908,7 @@ This package is the fork of hsetroot by Hyriand.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0h0iibncjl780nnwvf1mfmqckdzzc4b4fphflj4mq56nswf697ha")))) + (base32 "09kv81j3vwxyr8myiyc3zdyp59aaqc5zxvid0k56cndjjrjfv0kr")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) ;No tests.