[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/34: gnu: spread-sheet-widget: Update to 0.8.
From: |
guix-commits |
Subject: |
21/34: gnu: spread-sheet-widget: Update to 0.8. |
Date: |
Tue, 18 Jul 2023 21:11:58 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 514d68b48fe2ebe96754b97e26951fd93ae1e656
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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
- 30/34: gnu: libqb: Update to 2.0.7., (continued)
- 30/34: gnu: libqb: Update to 2.0.7., guix-commits, 2023/07/18
- 33/34: gnu: bcachefs-tools: Update to 0.1-17.c8bec83., guix-commits, 2023/07/18
- 34/34: gnu: python-wand: Fix build., guix-commits, 2023/07/18
- 23/34: gnu: hwinfo: Update to 23.1., guix-commits, 2023/07/18
- 25/34: gnu: hwinfo: Factorise 'install-man-pages., guix-commits, 2023/07/18
- 14/34: gnu: traceroute: Update to 2.1.2., guix-commits, 2023/07/18
- 16/34: gnu: wireshark: Update to 4.0.7., guix-commits, 2023/07/18
- 17/34: gnu: gcab: Update to 1.6., guix-commits, 2023/07/18
- 18/34: gnu: gcab: Remove input labels., guix-commits, 2023/07/18
- 20/34: gnu: liblxi: Edit description., guix-commits, 2023/07/18
- 21/34: gnu: spread-sheet-widget: Update to 0.8.,
guix-commits <=
- 22/34: gnu: spread-sheet-widget: Omit static library., guix-commits, 2023/07/18
- 24/34: gnu: hwinfo: Use G-expressions., guix-commits, 2023/07/18
- 28/34: gnu: libqb: Remove obsolete bootstrapping inputs., guix-commits, 2023/07/18
- 27/34: gnu: gifsicle: Update to 1.94., guix-commits, 2023/07/18
- 31/34: gnu: libqb: Tweak description., guix-commits, 2023/07/18
- 32/34: gnu: bcachefs-tools: Respect input rewriting., guix-commits, 2023/07/18