guix_mirror_bot pushed a commit to branch master
in repository guix.

commit bf3bc51022ea5decd1abf2fe246b18e30a2ffe02
Author: Murilo <[email protected]>
AuthorDate: Tue Jul 22 14:01:23 2025 -0300

    gnu: hyprlock: Update to 0.9.0.
    
    * gnu/packages/xdisorg.scm (hyprlock): Update to 0.9.0.
    [native-inputs]: Change gcc-14 to gcc-15.
    [home-page]: Update to new URL.
    
    Signed-off-by: John Kehayias <[email protected]>
---
 gnu/packages/xdisorg.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index b8cd4325b7..667313fdec 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3970,7 +3970,7 @@ reduce percieved brightness below the monitor's minimum.")
 (define-public hyprlock
   (package
    (name "hyprlock")
-   (version "0.8.2")
+   (version "0.9.0")
    (source
     (origin
      (method git-fetch)
@@ -3979,7 +3979,7 @@ reduce percieved brightness below the monitor's minimum.")
            (commit (string-append "v" version))))
      (file-name (git-file-name name version))
      (sha256
-      (base32 "1wrndp1bkyfp741mgvjflkbq4pvdlccrh6xaz41y1f9967j8magm"))))
+      (base32 "1f0vcp0c9d3m9v3avajprpv14khnv3wk3y9fi3pcwr5xf2alaxv2"))))
    (build-system cmake-build-system)
    (arguments
     `(#:cmake ,cmake-next
@@ -3994,7 +3994,7 @@ reduce percieved brightness below the monitor's minimum.")
                           (("OpenGL REQUIRED")
                            "OpenGL REQUIRED COMPONENTS GLES2 EGL")))))
       #:tests? #f)) ;; no test
-   (native-inputs (list gcc-14 pkg-config))
+   (native-inputs (list gcc-15 pkg-config))
    (inputs (list cairo
                  file
                  hyprgraphics
@@ -4011,7 +4011,7 @@ reduce percieved brightness below the monitor's minimum.")
                  sdbus-c++
                  wayland
                  wayland-protocols))
-   (home-page "https://hyprland.org/";)
+   (home-page "https://hypr.land/";)
    (synopsis "Hyprland's screen locking utility")
    (description
     "This package provides Hyprland's simple, yet multi-threaded and

Reply via email to