gnu: spread-sheet-widget: Update to 0.7.
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.7.
This commit is contained in:
parent
f6a0b54e9d
commit
4d998aa643
1 changed files with 2 additions and 2 deletions
|
@ -1899,14 +1899,14 @@ does not deal with windowing system surfaces, drawing, scene graphs, or input.")
|
||||||
(define-public spread-sheet-widget
|
(define-public spread-sheet-widget
|
||||||
(package
|
(package
|
||||||
(name "spread-sheet-widget")
|
(name "spread-sheet-widget")
|
||||||
(version "0.6")
|
(version "0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://alpha.gnu.org/gnu/ssw/"
|
(uri (string-append "https://alpha.gnu.org/gnu/ssw/"
|
||||||
"spread-sheet-widget-" version ".tar.gz"))
|
"spread-sheet-widget-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08ck9l697xg8vpya5h07raq837i4pqxjqzx30vhscq4xpps2b8kj"))))
|
(base32 "09rzgp7gabnzab460x874a1ibgyjiibpwzsz5srn9zs6jv2jdxjb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib" ,glib "bin") ; for glib-genmarshal, etc.
|
`(("glib" ,glib "bin") ; for glib-genmarshal, etc.
|
||||||
|
|
Reference in a new issue