mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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 @@ (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))
|
||||
|
|
Loading…
Reference in a new issue