guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1880e8d0f239e63532423e17011e15f743873cf8
Author: Murilo <[email protected]>
AuthorDate: Sat Oct 4 12:49:21 2025 -0300
gnu: hyprlock: Update to 0.9.2.
* gnu/packages/xdisorg.scm (hyprlock): Update to 0.9.2.
Change-Id: I8db39736e7404274fc26883393e905dfba4459eb
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 a51792cd26..d07cc7cae7 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -4006,7 +4006,7 @@ reduce percieved brightness below the monitor's minimum.")
(define-public hyprlock
(package
(name "hyprlock")
- (version "0.9.1")
+ (version "0.9.2")
(source
(origin
(method git-fetch)
@@ -4015,7 +4015,7 @@ reduce percieved brightness below the monitor's minimum.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1njqa6l01qdr4n3azs1wq18qg0d8cdznr5wdh286m24fkgmwjx44"))))
+ (base32 "1mf8587f83kpip0sv3r7niv30mw5zprgh67g2hbjy9z1rl5pkhmr"))))
(build-system cmake-build-system)
(arguments
`(#:phases