From d6d2c3d90b05408f558862e4142717ab55542d32 Mon Sep 17 00:00:00 2001 From: Murilo Date: Sat, 4 Oct 2025 12:49:21 -0300 Subject: [PATCH] gnu: hyprsunset: Update to 0.3.3. * gnu/packages/xdisorg.scm (hyprsunset): Update to 0.3.3. Change-Id: I87a5a8d7e9a0d766253bca28d6af8fcf430eea5c Signed-off-by: John Kehayias --- 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 818aa04dba01a59ac8387ea5eda890124a1c037a..a51792cd26723178ca7ff034956895b01f868c1a 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -3968,7 +3968,7 @@ This package is the fork of hsetroot by Hyriand.") (define-public hyprsunset (package (name "hyprsunset") - (version "0.3.2") + (version "0.3.3") (source (origin (method git-fetch) @@ -3977,7 +3977,7 @@ This package is the fork of hsetroot by Hyriand.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "09kv81j3vwxyr8myiyc3zdyp59aaqc5zxvid0k56cndjjrjfv0kr")))) + (base32 "1k2gzbin4k18n81a0jpj8gbfphnib6kz4bbhbyhygb4p607sfkk2")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) ;No tests.