mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: imgui: Update to 1.88.
* gnu/packages/toolkits.scm (imgui): Update to 1.88.
This commit is contained in:
parent
171964da5b
commit
6629265414
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2020, 2022 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
|
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -32,7 +32,7 @@ (define-module (gnu packages toolkits)
|
||||||
(define-public imgui
|
(define-public imgui
|
||||||
(package
|
(package
|
||||||
(name "imgui")
|
(name "imgui")
|
||||||
(version "1.87")
|
(version "1.88")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -41,7 +41,7 @@ (define-public imgui
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10qil22s5qak3as41787iz273sibpq1bq66bakgn7yvhj5fym6hz"))
|
"13cw4hx55y5z678r558hv7znfz666wh0w849c5padnj4nkpbihdi"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Remove bundled fonts.
|
;; Remove bundled fonts.
|
||||||
|
|
Loading…
Reference in a new issue