me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.8.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:13 +02:00
parent 5f520cc756
commit 514d68b48f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -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