sharlatan pushed a commit to branch master
in repository guix.

commit b5e01c35f39fa279a8bc06e90fd6d9b9ba9ea9e5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 13 08:54:28 2025 +0000

    gnu: cbonsai: Update to 1.3.1-1.4682ec7.
    
    * gnu/packages/toys.scm (cbonsai): Update to 1.3.1-1.4682ec7.
    
    Change-Id: I67475f4f99883d18092477393321ebfa3b1fdf80
---
 gnu/packages/toys.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm
index 07be87b819..498f62d714 100644
--- a/gnu/packages/toys.scm
+++ b/gnu/packages/toys.scm
@@ -62,8 +62,10 @@
 ;;; Code:
 
 (define-public cbonsai
-  (let ((commit "50fe627c84036e3be4115b02be04d17f58480199")
-        (revision "0"))
+  ;; XXX: The latest release (1.3.1) was placed on <2021-08-14> but the
+  ;; project has more updates since that time, use the latest commit instead.
+  (let ((commit "4682ec7ca7f74eca0b05b2fad8a8301d16e6978f")
+        (revision "1"))
     (package
       (name "cbonsai")
       (version (git-version "1.3.1" revision commit))
@@ -75,7 +77,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "15bzp99gb1qadp6b6fr2bg0adsvcp04ag83af7cl9lwhpznmid5x"))))
+                  "01slgw872nwpbaa8h2q5s7dfrq3xan0mh6wh8waz88xhy8vp7z1n"))))
       (build-system gnu-build-system)
       (arguments
        `(#:tests? #f ; No test suite

Reply via email to