gnu: imake: Update to 1.0.9.

* gnu/packages/xorg.scm (imake): Update to 1.0.9.
This commit is contained in:
Efraim Flashner 2023-01-31 12:08:18 +02:00
parent b3d0a1a1dc
commit f95bf8436a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -144,14 +144,14 @@ (define xorg-cf-files
(define-public imake
(package
(name "imake")
(version "1.0.8")
(version "1.0.9")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/util/imake-"
version ".tar.bz2"))
version ".tar.xz"))
(sha256
(base32 "00m7l90ws72k1qm101sd2rx92ckd50cszyng5d4dd77jncbf9lmq"))))
(base32 "10wgw3l0rsnvc2191awyg5j24n3g552xgc671qr5vnbliwkrvpkj"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))