Archived
1
0
Fork 0

gnu: makedepend: Update to 1.0.8.

* gnu/packages/xorg.scm (makedepend): Update to 1.0.8.
This commit is contained in:
Efraim Flashner 2023-01-31 12:08:24 +02:00
parent 88e8b3422b
commit 1856ce619f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))