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

commit 3fd8dfd727463a407240372330e56eed637b2690
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 16:47:29 2024 +0800

    gnu: makedepend: Update to 1.0.9.
    
    * gnu/packages/xorg.scm (makedepend): Update to 1.0.9.
    
    Change-Id: Ia87d47aadd62589fd858b6c6187a75d284bdfa4d
---
 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 f4c4c1a07e..822c180ba9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1583,7 +1583,7 @@ input from UTF-8 into the locale's encoding.")
 (define-public makedepend
   (package
     (name "makedepend")
-    (version "1.0.8")
+    (version "1.0.9")
     (source
       (origin
         (method url-fetch)
@@ -1593,7 +1593,7 @@ input from UTF-8 into the locale's encoding.")
                ".tar.xz"))
         (sha256
           (base32
-            "0nxs5ibrghym3msbnh0b8i3yd3xgqandmrkc500jm6qq4n06zcmz"))))
+            "1m1dg32z22fw9shg0wsxw7dvdcnfm16gq9qxpkfxixpzb6vdxl4j"))))
     (build-system gnu-build-system)
     (inputs
       (list xorgproto))

Reply via email to