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 (define-public imake
(package (package
(name "imake") (name "imake")
(version "1.0.7") (version "1.0.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://xorg/individual/util/imake-" (uri (string-append "mirror://xorg/individual/util/imake-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32 "00m7l90ws72k1qm101sd2rx92ckd50cszyng5d4dd77jncbf9lmq"))))
"0zpk8p044jh14bis838shbf4100bjg7mccd7bq54glpsq552q339"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))