guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: imgui: Update to 1.89.9.


From: guix-commits
Subject: 07/07: gnu: imgui: Update to 1.89.9.
Date: Tue, 26 Sep 2023 11:33:38 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 4d904f2b160e02cfdc7162caf94cf9fe0a8e2e4e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Sep 26 11:30:16 2023 -0400

    gnu: imgui: Update to 1.89.9.
    
    * gnu/packages/toolkits.scm (imgui): Update to 1.89.9.
---
 gnu/packages/toolkits.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/toolkits.scm b/gnu/packages/toolkits.scm
index 712c225a94..15918467aa 100644
--- a/gnu/packages/toolkits.scm
+++ b/gnu/packages/toolkits.scm
@@ -32,7 +32,7 @@
 (define-public imgui
   (package
     (name "imgui")
-    (version "1.89.4")
+    (version "1.89.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -41,7 +41,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1j79gsg9i969slygrwm0dp5mkzagglawxxagjpi3009wyp6lj6l8"))
+                "0db11pin6kdzyd07dnwch8sf0z3386h42ibki1lnzb2ln8m66kyj"))
               (modules '((guix build utils)))
               (snippet
                ;; Remove bundled fonts.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]