mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: imgui: Update to 1.92.2b.
* gnu/packages/toolkits.scm (imgui): Update to 1.92.2b. Change-Id: Ie49bd4f3b131831a52df5820c45b48ee8ec356db
This commit is contained in:
parent
0be86f973f
commit
754e9b53c5
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
(define-public imgui
|
||||
(package
|
||||
(name "imgui")
|
||||
(version "1.91.4")
|
||||
(version "1.92.2b")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lqcsyqj5m4d4g390x7n3jvjanrnsf64fgjxn51v1kc02dw28gpa"))
|
||||
"108dvbsqyf9am0f744z3ymgfppw1ad0amqkbwwwg2kqdm85dq1wv"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled fonts.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue