diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:02 +0200 |
commit | 514d68b48fe2ebe96754b97e26951fd93ae1e656 (patch) | |
tree | 521775e290e2b358c720f3ecd152bdbdedf608fd /gnu/packages/gtk.scm | |
parent | 5f520cc7569fb8bf0e6d5ec69be254eb79b82360 (diff) |
gnu: spread-sheet-widget: Update to 0.8.
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.8.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 9621357b99..5916742022 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2388,17 +2388,17 @@ does not deal with windowing system surfaces, drawing, scene graphs, or input.") (define-public spread-sheet-widget (package (name "spread-sheet-widget") - (version "0.7") + (version "0.8") (source (origin (method url-fetch) (uri (string-append "https://alpha.gnu.org/gnu/ssw/" "spread-sheet-widget-" version ".tar.gz")) (sha256 - (base32 "09rzgp7gabnzab460x874a1ibgyjiibpwzsz5srn9zs6jv2jdxjb")))) + (base32 "0jwmx5i02jwmkp6gci2mapqglh2g3a0092wns185hfygiwlxi2c5")))) (build-system gnu-build-system) (native-inputs - (list `(,glib "bin") ; for glib-genmarshal, etc. + (list `(,glib "bin") ; for glib-genmarshal, etc. pkg-config)) ;; In 'Requires' of spread-sheet-widget.pc. (propagated-inputs |