diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-29 20:37:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-30 01:38:34 +0200 |
commit | 54369b607fc0e5a773c560b4759b70b23b6bcd27 (patch) | |
tree | b5f5e56868c02c41a4ea4822c6fd0151d88ad7ea /gnu/packages/gtk.scm | |
parent | 12f5d35b330661191dc2468438e6ecf947b24d14 (diff) |
gnu: spread-sheet-widget: Update to 0.5.
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.5.
Diffstat (limited to 'gnu/packages/gtk.scm')
-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 e3c097943f..51c11ea36a 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1792,14 +1792,14 @@ input.") (define-public spread-sheet-widget (package (name "spread-sheet-widget") - (version "0.3") + (version "0.5") (source (origin (method url-fetch) (uri (string-append "https://alpha.gnu.org/gnu/ssw/" "spread-sheet-widget-" version ".tar.gz")) (sha256 - (base32 "1h93yyh2by6yrmkwqg38nd5knids05k5nqzcihc1hdwgzg3c4b8y")))) + (base32 "0vxqv229vp6l278hz11ayrfirn4gj736clh4wlmn0h21bh5b8pfc")))) (build-system gnu-build-system) (native-inputs `(("glib" ,glib "bin") ; for glib-genmarshal, etc. |