gnu: makedepend: Update to 1.0.6.
* gnu/packages/xorg.scm (makedepend): Update to 1.0.6.
This commit is contained in:
parent
5f1d8721a3
commit
d0649b4730
|
@ -1560,7 +1560,7 @@ input from UTF-8 into the locale's encoding.")
|
||||||
(define-public makedepend
|
(define-public makedepend
|
||||||
(package
|
(package
|
||||||
(name "makedepend")
|
(name "makedepend")
|
||||||
(version "1.0.5")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1570,7 +1570,7 @@ input from UTF-8 into the locale's encoding.")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09alw99r6y2bbd1dc786n3jfgv4j520apblyn7cw6jkjydshba7p"))))
|
"072h9nzh8s5vqfz35dli4fba36fnr219asjrb7p89n8ph0paan6m"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("xorgproto" ,xorgproto)))
|
`(("xorgproto" ,xorgproto)))
|
||||||
|
|
Loading…
Reference in New Issue