mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: imake: Update to 1.0.9.
* gnu/packages/xorg.scm (imake): Update to 1.0.9.
This commit is contained in:
parent
b3d0a1a1dc
commit
f95bf8436a
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue