me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.6.0.
master
Efraim Flashner 2020-08-16 08:06:12 +03:00
parent 9a95985ffb
commit b8ca792fe1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
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.5")
(version "0.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://alpha.gnu.org/gnu/ssw/"
"spread-sheet-widget-" version ".tar.gz"))
(sha256
(base32 "0vxqv229vp6l278hz11ayrfirn4gj736clh4wlmn0h21bh5b8pfc"))))
(base32 "08ck9l697xg8vpya5h07raq837i4pqxjqzx30vhscq4xpps2b8kj"))))
(build-system gnu-build-system)
(native-inputs
`(("glib" ,glib "bin") ; for glib-genmarshal, etc.