guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ba43f18bc678b9d253898515845e1e2a6cf8d85a
Author: Murilo <[email protected]>
AuthorDate: Sat Aug 23 11:38:08 2025 -0300
gnu: hyprsunset: Update to 0.3.2.
* gnu/packages/xdisorg.scm (hyprsunset): Update to 0.3.2.
Change-Id: Iab6862cd760ecee875c049634877f32129994dc2
Signed-off-by: John Kehayias <[email protected]>
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index fbbd1190ea..cf837ff426 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.