gnu: makedepend: Update to 1.0.8.

* gnu/packages/xorg.scm (makedepend): Update to 1.0.8.
This commit is contained in:
Efraim Flashner 2023-01-31 12:08:24 +02:00
parent 88e8b3422b
commit 1856ce619f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1519,17 +1519,17 @@ (define-public luit
(define-public makedepend
(package
(name "makedepend")
(version "1.0.6")
(version "1.0.8")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/util/makedepend-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"072h9nzh8s5vqfz35dli4fba36fnr219asjrb7p89n8ph0paan6m"))))
"0nxs5ibrghym3msbnh0b8i3yd3xgqandmrkc500jm6qq4n06zcmz"))))
(build-system gnu-build-system)
(inputs
(list xorgproto))