gnu: imake: Update to 1.0.8.

* gnu/packages/xorg.scm (imake): Update to 1.0.8.
master
Tobias Geerinckx-Rice 2019-03-17 14:58:38 +01:00
parent c8510c3108
commit 4a07463e5d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -112,15 +112,14 @@
(define-public imake
(package
(name "imake")
(version "1.0.7")
(version "1.0.8")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/util/imake-"
version ".tar.bz2"))
(sha256
(base32
"0zpk8p044jh14bis838shbf4100bjg7mccd7bq54glpsq552q339"))))
(base32 "00m7l90ws72k1qm101sd2rx92ckd50cszyng5d4dd77jncbf9lmq"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))