gnu: spread-sheet-widget: Update to 0.5.
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.5.
This commit is contained in:
parent
12f5d35b33
commit
54369b607f
1 changed files with 2 additions and 2 deletions
|
@ -1792,14 +1792,14 @@ (define-public graphene
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue