gnu: spread-sheet-widget: Update to 0.5.

* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-29 20:37:50 +02:00
parent 12f5d35b33
commit 54369b607f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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.