iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit a2792ecb88786253ea349c33f0341acb44691069
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 16:19:27 2024 +0800

    gnu: imake: Update to 1.0.10.
    
    * gnu/packages/xorg.scm (imake): Update to 1.0.10.
    
    Change-Id: Ia219dd5212f0a320b8df1e220d5773d617a3e86b
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index bb18905c60..780e730a33 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -159,14 +159,14 @@
 (define-public imake
   (package
     (name "imake")
-    (version "1.0.9")
+    (version "1.0.10")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://xorg/individual/util/imake-"
                           version ".tar.xz"))
       (sha256
-       (base32 "10wgw3l0rsnvc2191awyg5j24n3g552xgc671qr5vnbliwkrvpkj"))))
+       (base32 "1xgcsamfij22ggc4p8anvvihwyf4adg6gjdd6v7m9cypm37cppkm"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))

Reply via email to