guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9b7b6dfed204e99e200e2c460dc4fa34ca639305
Author: Murilo <[email protected]>
AuthorDate: Sat Aug 23 10:52:42 2025 -0300

    gnu: hyprcursor: Update to 0.1.13.
    
    * gnu/packages/xdisorg.scm (hyprcursor): Update to 0.1.13.
    [native-inputs]: Change gcc-14 to gcc-15.
    
    Change-Id: I8a2da422b3bb2fd55841102e6baefce78e134388
    Signed-off-by: John Kehayias <[email protected]>
---
 gnu/packages/xdisorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9ea4dc9ab6..1882ba93e3 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3876,7 +3876,7 @@ This package is the fork of hsetroot by Hyriand.")
 (define-public hyprcursor
   (package
     (name "hyprcursor")
-    (version "0.1.12")
+    (version "0.1.13")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3885,10 +3885,10 @@ This package is the fork of hsetroot by Hyriand.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1blclwsk0p0990pk1ac9kvnlpafb6kh2knimb8bm25hqpr0xxy92"))))
+                "08vqkyfws2v4w0631xij4qbnncmci3vs0iyw0373zvsqy1nrm2ll"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f))      ;TODO: No themes currently packaged.
-    (native-inputs (list gcc-14 pkg-config))
+    (native-inputs (list gcc-15 pkg-config))
     (inputs (list cairo hyprlang (librsvg-for-system) libzip tomlplusplus))
     (home-page "https://standards.hyprland.org/hyprcursor/";)
     (synopsis "Cursor theme format")

Reply via email to