summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <[email protected]>2024-12-28 16:47:29 +0800
committer宋文武 <[email protected]>2025-01-31 16:39:24 +0800
commitce309fb85b7f853fb4866a8c7992945e2373e3ed (patch)
tree60f1ffcb2bbf22e3161790fd70e9bda5884652db /gnu
parent49c319204134233dfbebe64474602a3e73b2d169 (diff)
gnu: makedepend: Update to 1.0.9.
* gnu/packages/xorg.scm (makedepend): Update to 1.0.9. Change-Id: Ia87d47aadd62589fd858b6c6187a75d284bdfa4d
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm4
1 files 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))