[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72785] [PATCH 3/6] gnu: cl-nodgui: Update to 0.7.0.2.
From: |
GNU Guix Live |
Subject: |
[bug#72785] [PATCH 3/6] gnu: cl-nodgui: Update to 0.7.0.2. |
Date: |
Sat, 24 Aug 2024 12:33:21 +0200 |
Change-Id: Ibc57694906e188f9c927c897a9e9606dd8a6a629
---
gnu/packages/lisp-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 4dbc2fa52e..ae40069734 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21789,11 +21789,11 @@ (define-public ecl-nkeymaps
(sbcl-package->ecl-package sbcl-nkeymaps))
(define-public sbcl-nodgui
- (let ((commit "9d0c9731bc2f2b434f0ddabe4b3796432aad8cba")
+ (let ((commit "44c479b0c882fa674b4dd4590faa1c67457521b7")
(revision "1"))
(package
(name "sbcl-nodgui")
- (version (git-version "0.6.2.0" revision commit))
+ (version (git-version "0.7.0.2" revision commit))
(source
(origin
(method git-fetch)
@@ -21802,7 +21802,7 @@ (define-public sbcl-nodgui
(commit commit)))
(file-name (git-file-name "cl-nodgui" version))
(sha256
- (base32 "0j98mcq0mn3wrlqm3j29pv530q0pkq00sk6liai97an51i1n08g6"))))
+ (base32 "058i06nnzcfnn656ir70a16a3k2s6a875asbi709haiv2by44111"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-clunit2))
@@ -21820,6 +21820,7 @@ (define-public sbcl-nodgui
sbcl-parse-number
sbcl-pngload
sbcl-sdl2
+ sbcl-sdl2-ttf
sbcl-static-vectors
sbcl-trivial-garbage
sbcl-zpng
--
2.38.1
- [bug#72785] [PATCH 1/6] gnu: cl-croatoan: Update to 0.3., GNU Guix Live, 2024/08/24
- [bug#72786] [PATCH 2/6] gnu: cl-colors2: Update to 0.6.1., GNU Guix Live, 2024/08/24
- [bug#72785] [PATCH 3/6] gnu: cl-nodgui: Update to 0.7.0.2.,
GNU Guix Live <=
- [bug#72785] [PATCH 5/6] gnu: tinmop: Update to 0.9.9.14142135623., GNU Guix Live, 2024/08/24
- [bug#72785] [PATCH 4/6] gnu: cl-tooter: Update to 1.0.0-4.76fbb360., GNU Guix Live, 2024/08/24
- [bug#72785] [PATCH 6/6] gnu: gmid: Update to 2.1., GNU Guix Live, 2024/08/24
- [bug#72785] [PATCH] gnu: cl-nodgui: Update to 0.7.0.3., GNU Guix Live, 2024/08/25
- [bug#72785] [PATCH] gnu: gmid: Update to 2.1.1., GNU Guix Live, 2024/08/25
- bug#72785: [PATCH 1/6] gnu: cl-croatoan: Update to 0.3., Guillaume Le Vaillant, 2024/08/26