gnu: makedepend: Update to 1.0.5.
* gnu/packages/xorg.scm (makedepend): Update to 1.0.5.
This commit is contained in:
parent
ab9d06be83
commit
3ae74dfd45
|
@ -1448,17 +1448,17 @@ synchronization between the X server and direct-rendering clients.")
|
||||||
(define-public makedepend
|
(define-public makedepend
|
||||||
(package
|
(package
|
||||||
(name "makedepend")
|
(name "makedepend")
|
||||||
(version "1.0.4")
|
(version "1.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/X11R7.7/src/everything/makedepend-"
|
"mirror://xorg/individual/util/makedepend-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zpp2b9dfvlnfj2i1mzdyn785rpl7vih5lap7kcpiv80xspbhmmb"))))
|
"09alw99r6y2bbd1dc786n3jfgv4j520apblyn7cw6jkjydshba7p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("xproto" ,xproto)))
|
`(("xproto" ,xproto)))
|
||||||
|
|
Loading…
Reference in New Issue