nckx pushed a commit to branch master
in repository guix.
commit 514d68b48fe2ebe96754b97e26951fd93ae1e656
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jul 16 02:00:13 2023 +0200
gnu: spread-sheet-widget: Update to 0.8.
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.8.
---
gnu/packages/gtk.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 9621357b99..5916742022 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2388,17 +2388,17 @@ does not deal with windowing system surfaces, drawing,
scene graphs, or input.")
(define-public spread-sheet-widget
(package
(name "spread-sheet-widget")
- (version "0.7")
+ (version "0.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://alpha.gnu.org/gnu/ssw/"
"spread-sheet-widget-" version ".tar.gz"))
(sha256
- (base32 "09rzgp7gabnzab460x874a1ibgyjiibpwzsz5srn9zs6jv2jdxjb"))))
+ (base32 "0jwmx5i02jwmkp6gci2mapqglh2g3a0092wns185hfygiwlxi2c5"))))
(build-system gnu-build-system)
(native-inputs
- (list `(,glib "bin") ; for glib-genmarshal, etc.
+ (list `(,glib "bin") ; for glib-genmarshal, etc.
pkg-config))
;; In 'Requires' of spread-sheet-widget.pc.
(propagated-inputs