This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b80b233842 gnu: gambas: Update to 3.21.1.
b80b233842 is described below

commit b80b233842539cc32d12cc0a763752d27f111ea5
Author: 宋文武 <[email protected]>
AuthorDate: Thu Jan 1 09:51:53 2026 +0800

    gnu: gambas: Update to 3.21.1.
    
    * gnu/packages/gambas.scm (gambas): Update to 3.21.1.
    
    Change-Id: I14693dc80b558e93137a4bad07af321c8e406194
---
 gnu/packages/gambas.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gambas.scm b/gnu/packages/gambas.scm
index 80c6c9e087..a877237f86 100644
--- a/gnu/packages/gambas.scm
+++ b/gnu/packages/gambas.scm
@@ -55,7 +55,7 @@
 (define-public gambas
   (package
     (name "gambas")
-    (version "3.21.0")
+    (version "3.21.1")
     (source
      (origin
        (method git-fetch)
@@ -64,7 +64,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0lkm4fbxqmkqpk2f2z660m77xshhmvj4pnlv0z43zrarsij8l6gf"))))
+        (base32 "0mscfpm9ldnk8dfg7ripxyqg77j8q3bliwkacqwih37151mrc07s"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to