iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit dcb18a8e2320cd40e115bef493549393d2d80d4e
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 16:24:22 2024 +0800

    gnu: gccmakedep: Update to 1.0.4.
    
    * gnu/packages/xorg.scm (gccmakedep): Update to 1.0.4.
    
    Change-Id: If3686c7489ecec0ba704ba561f345bd9a4024b86
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e60ea4e27f..5ccc9c3889 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6684,14 +6684,14 @@ a configuration file reusable by xcursorgen.")
 (define-public gccmakedep
   (package
     (name "gccmakedep")
-    (version "1.0.3")
+    (version "1.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://xorg/individual/util/gccmakedep-"
-                           version ".tar.bz2"))
+                           version ".tar.xz"))
        (sha256
-        (base32 "1r1fpy5ni8chbgx7j5sz0008fpb6vbazpy1nifgdhgijyzqxqxdj"))))
+        (base32 "1di5rxv930nhf5ls07fx04l0lqsakxycplmrx4kc6qzvd63zk22h"))))
     (build-system gnu-build-system)
     (synopsis "Create dependencies in makefiles using 'gcc -M'")
     (description

Reply via email to