guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

82/246: gnu: xf86-video-nv: Update to 2.1.23; fixes build with gcc-14.


From: guix-commits
Subject: 82/246: gnu: xf86-video-nv: Update to 2.1.23; fixes build with gcc-14.
Date: Mon, 13 Jan 2025 03:06:19 -0500 (EST)

janneke pushed a commit to branch core-packages-team
in repository guix.

commit 2ea37c8f969404d7e8f555af83f8935056ac5a3e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Dec 30 19:52:54 2024 +0100

    gnu: xf86-video-nv: Update to 2.1.23; fixes build with gcc-14.
    
    * gnu/packages/xorg.scm (xf86-video-nv): Update to 2.1.23.
    
    Change-Id: I782c112c28841bf2b3b277cfda05bf2a1871b8a1
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index fd24bdb08c..e7e7e20a04 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3184,7 +3184,7 @@ the same level of support for generic VGA or 8514/A 
adapters.")
 (define-public xf86-video-nv
   (package
     (name "xf86-video-nv")
-    (version "2.1.22")
+    (version "2.1.23")
     (source
       (origin
         (method url-fetch)
@@ -3194,7 +3194,7 @@ the same level of support for generic VGA or 8514/A 
adapters.")
                ".tar.xz"))
         (sha256
           (base32
-           "126j60dgnmiahjk5mxbnaav23hv7nvxvh49vhn6qg2f3nlnr6632"))))
+           "1jlap6xjn4pfwg9ab8fxm5mwf4dqfywp70bgc0071m7k66jbv3f6"))))
     (build-system gnu-build-system)
     (inputs (list xorg-server))
     (native-inputs (list pkg-config))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]