gnu: makedepend: Update to 1.0.8.
* gnu/packages/xorg.scm (makedepend): Update to 1.0.8.
This commit is contained in:
parent
88e8b3422b
commit
1856ce619f
1 changed files with 3 additions and 3 deletions
|
@ -1519,17 +1519,17 @@ input from UTF-8 into the locale's encoding.")
|
||||||
(define-public makedepend
|
(define-public makedepend
|
||||||
(package
|
(package
|
||||||
(name "makedepend")
|
(name "makedepend")
|
||||||
(version "1.0.6")
|
(version "1.0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/individual/util/makedepend-"
|
"mirror://xorg/individual/util/makedepend-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"072h9nzh8s5vqfz35dli4fba36fnr219asjrb7p89n8ph0paan6m"))))
|
"0nxs5ibrghym3msbnh0b8i3yd3xgqandmrkc500jm6qq4n06zcmz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list xorgproto))
|
(list xorgproto))
|
||||||
|
|
Reference in a new issue