GNU bug report logs - #75923
[PATCH 0/6] hypr* updates

Previous Next

Package: guix-patches;

Reported by: Murilo <murilo <at> disroot.org>

Date: Wed, 29 Jan 2025 13:19:02 UTC

Severity: normal

Tags: patch

Done: John Kehayias <john.kehayias <at> protonmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Murilo <murilo <at> disroot.org>
To: 75923 <at> debbugs.gnu.org
Cc: Murilo <murilo <at> disroot.org>
Subject: [bug#75923] [PATCH v2 6/9] gnu: hyprpicker: Update to 0.4.2.
Date: Thu, 30 Jan 2025 12:36:03 -0300
* gnu/packages/xdisorg.scm (hyprpicker): Update to 0.4.2.
[native-inputs]: Remove gcc-13; add gcc-14.

Change-Id: I3f3f324042f05c586517d5d3686d907aacd5b970
---
 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 8e37a984d5..01b01488f6 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3709,7 +3709,7 @@ (define-public hyprcursor
 (define-public hyprpicker
   (package
     (name "hyprpicker")
-    (version "0.4.1")
+    (version "0.4.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3718,7 +3718,7 @@ (define-public hyprpicker
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "11r06c62dqj81r27qhf36f3smnjyk3vz8naa655m8khv4qqvmvc2"))))
+                "1jnncnsrb8h3driryj27mnamh5fqs0sys6xmfwsyg4qx3dgb6s89"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f                  ;No tests.
@@ -3730,7 +3730,7 @@ (define-public hyprpicker
                      (("wl-copy" cmd)
                       (search-input-file
                        inputs (string-append "bin/" cmd)))))))))
-    (native-inputs (list gcc-13 hyprwayland-scanner pkg-config))
+    (native-inputs (list gcc-14 hyprwayland-scanner pkg-config))
     (inputs
      (list cairo
            hyprutils
-- 
2.48.1





This bug report was last modified 110 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.