1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

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 <john.kehayias@protonmail.com>
This commit is contained in:
Murilo
2025-08-23 11:38:08 -03:00
committed by John Kehayias
parent 851e3955c9
commit ba43f18bc6
+2 -2
View File
@@ -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.