guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 12ba6eccaa45fc2e410af0f08f886fc00b1f5f67
Author: Andy Tai <[email protected]>
AuthorDate: Wed Mar 4 21:49:03 2026 -0800

    gnu: spread-sheet-widget: Update to 0.10.
    
    * gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.10.
    
    Change-Id: I90e9aeed605ee68467bc5b07ce86731d9736fba2
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 7f1d79fa1c..86aedfa5d1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2561,14 +2561,14 @@ does not deal with windowing system surfaces, drawing, 
scene graphs, or input.")
 (define-public spread-sheet-widget
   (package
     (name "spread-sheet-widget")
-    (version "0.8")
+    (version "0.10")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://alpha.gnu.org/gnu/ssw/";
                            "spread-sheet-widget-" version ".tar.gz"))
        (sha256
-        (base32 "0jwmx5i02jwmkp6gci2mapqglh2g3a0092wns185hfygiwlxi2c5"))))
+        (base32 "1ra7x02jskbznnkglpkbbrj3p7fprllrjxfw8zhra697a31jwsc0"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

Reply via email to