diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-17 14:58:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-17 15:20:00 +0100 |
commit | 4a07463e5d437b230dca6d0de3a9d98e2f531ca3 (patch) | |
tree | 3d42673d4a7c8c768a3371226634141987b92f96 /gnu/packages/xorg.scm | |
parent | c8510c3108c8b229cf7ff87e64905790ae67e77b (diff) | |
download | patches-4a07463e5d437b230dca6d0de3a9d98e2f531ca3.tar patches-4a07463e5d437b230dca6d0de3a9d98e2f531ca3.tar.gz |
gnu: imake: Update to 1.0.8.
* gnu/packages/xorg.scm (imake): Update to 1.0.8.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 28af5b12b3..b5c19567a8 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -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))) |