gnu: makedepend: Update to 1.0.6.

* gnu/packages/xorg.scm (makedepend): Update to 1.0.6.
master
Marius Bakke 2019-03-17 14:14:49 +01:00
parent 5f1d8721a3
commit d0649b4730
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1560,7 +1560,7 @@ input from UTF-8 into the locale's encoding.")
(define-public makedepend
(package
(name "makedepend")
(version "1.0.5")
(version "1.0.6")
(source
(origin
(method url-fetch)
@ -1570,7 +1570,7 @@ input from UTF-8 into the locale's encoding.")
".tar.bz2"))
(sha256
(base32
"09alw99r6y2bbd1dc786n3jfgv4j520apblyn7cw6jkjydshba7p"))))
"072h9nzh8s5vqfz35dli4fba36fnr219asjrb7p89n8ph0paan6m"))))
(build-system gnu-build-system)
(inputs
`(("xorgproto" ,xorgproto)))