gnu: spread-sheet-widget: Update to 0.7.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 16 Oct 2020 14:34:18 +0000 (16:34 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 16 Oct 2020 15:16:00 +0000 (17:16 +0200)
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.7.

gnu/packages/gtk.scm

index e32bf70..8cd2824 100644 (file)
@@ -1899,14 +1899,14 @@ does not deal with windowing system surfaces, drawing, scene graphs, or input.")
 (define-public spread-sheet-widget
   (package
     (name "spread-sheet-widget")
-    (version "0.6")
+    (version "0.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://alpha.gnu.org/gnu/ssw/"
                            "spread-sheet-widget-" version ".tar.gz"))
        (sha256
-        (base32 "08ck9l697xg8vpya5h07raq837i4pqxjqzx30vhscq4xpps2b8kj"))))
+        (base32 "09rzgp7gabnzab460x874a1ibgyjiibpwzsz5srn9zs6jv2jdxjb"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("glib" ,glib "bin")             ; for glib-genmarshal, etc.