summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-05-29 16:13:33 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-05-31 22:37:47 +0900
commit70c477574d00ccc5a4e925ec6d4046b1eccdc087 (patch)
tree810dafb80f3268722bcc2116db66fe30211a2c5e
parent37a97a11bdb4290e72e43859d974b2d61576db37 (diff)
gnu: imgui-1.91: Update to 1.91.9b.
* gnu/packages/toolkits.scm (imgui-1.91): Update to 1.91.9b. Change-Id: If01cc8d84d1015c0950dccf4532e70714b97846f
-rw-r--r--gnu/packages/toolkits.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/toolkits.scm b/gnu/packages/toolkits.scm
index ee4f95e926e..734c01d1212 100644
--- a/gnu/packages/toolkits.scm
+++ b/gnu/packages/toolkits.scm
@@ -148,7 +148,7 @@ standard operating system features.")
148 (package 148 (package
149 (inherit imgui) 149 (inherit imgui)
150 (name "imgui") 150 (name "imgui")
151 (version "1.91.4") 151 (version "1.91.9b")
152 (source (origin 152 (source (origin
153 (inherit (package-source imgui)) 153 (inherit (package-source imgui))
154 (method git-fetch) 154 (method git-fetch)
@@ -158,7 +158,7 @@ standard operating system features.")
158 (file-name (git-file-name name version)) 158 (file-name (git-file-name name version))
159 (sha256 159 (sha256
160 (base32 160 (base32
161 "1lqcsyqj5m4d4g390x7n3jvjanrnsf64fgjxn51v1kc02dw28gpa")))))) 161 "1ji0fw0xb01c60hqzmvqi0ca5cnbm94x4v371f3w03q7zl6a8jvn"))))))
162 162
163(define-public imgui-1.86 163(define-public imgui-1.86
164 (package 164 (package