diff options
| author | Andy Tai <atai@atai.org> | 2026-03-04 21:49:03 -0800 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-06 21:26:52 +0000 |
| commit | 12ba6eccaa45fc2e410af0f08f886fc00b1f5f67 (patch) | |
| tree | 7abb0da91b634cc6716d1d8c66ee501fc0488295 | |
| parent | b469092dd3e491ff35d1f05e1d3049feaaddfda6 (diff) | |
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 <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 7f1d79fa1c5..86aedfa5d15 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 |
