From 11a6590ed067cf7dd8eb07a6194d22398662da38 Mon Sep 17 00:00:00 2001 From: ColdSideOfYourPillow Date: Sat, 9 Aug 2025 18:55:17 +0530 Subject: [PATCH] gnu: Update dexy-color-sddm-theme. * gnu/packages/display-managers.scm (dexy-color-sddm-theme): Update to commit 4785d3b. Change-Id: Ia402beddbdd183d44904e0689eb4697787ccf6c2 Signed-off-by: Steve George --- gnu/packages/display-managers.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm index c2982a32433d19435e6e7e9e0694c96a92fb339e..c30885573a4fd01e2e09346e893b00da8df6b36e 100644 --- a/gnu/packages/display-managers.scm +++ b/gnu/packages/display-managers.scm @@ -196,7 +196,8 @@ background with abstract shapes. Inspired by solarized-sddm-theme.") (license license:gpl3+)))) (define-public dexy-color-sddm-theme - (let ((commit "7929384dbb9305e6da53a8942bca3d75593fd99f") + ;; No upstream releases or tags + (let ((commit "4785d3b80d725cf55cecd7b27181f77151c4e3e2") (revision "0")) (package (name "dexy-color-sddm-theme") @@ -209,7 +210,7 @@ background with abstract shapes. Inspired by solarized-sddm-theme.") (file-name (git-file-name name version)) (sha256 (base32 - "1dcp3pvs6x63740sz852yr19fjrdnh81dbrq7rssgm6ssi1rqjig")))) + "14fzc4kq50ii1qmmvnp9gxig504zfx1rsfsp0wq9bay7d72j282c")))) (build-system copy-build-system) (arguments `(#:install-plan '(("Dexy-Color-SDDM" @@ -217,8 +218,8 @@ background with abstract shapes. Inspired by solarized-sddm-theme.") (home-page "https://github.com/L4ki/Dexy-Plasma-Themes") (synopsis "Dexy Color theme for SDDM") (description - "This package provides a minimalistic and modern SDDM theme with blured -background.") + "This package provides a minimalistic and modern SDDM theme with a +blurred background.") (license license:gpl3+)))) (define-public guix-simplyblack-sddm-theme