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

commit 3919bbbb5b6588458097317a9d2c8c316d9e95d2
Author: 宋文武 <iyzs...@member.fsf.org>
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 57a826eccd..71322c5613 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1582,7 +1582,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)
@@ -1592,7 +1592,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