mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01: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-public imake
|
(define-public imake
|
||||||
(package
|
(package
|
||||||
(name "imake")
|
(name "imake")
|
||||||
(version "1.0.8")
|
(version "1.0.9")
|
||||||
(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.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00m7l90ws72k1qm101sd2rx92ckd50cszyng5d4dd77jncbf9lmq"))))
|
(base32 "10wgw3l0rsnvc2191awyg5j24n3g552xgc671qr5vnbliwkrvpkj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
Loading…
Add table
Reference in a new issue