[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/13: gnu: spread-sheet-widget: Update to 0.7.
From: |
guix-commits |
Subject: |
01/13: gnu: spread-sheet-widget: Update to 0.7. |
Date: |
Fri, 16 Oct 2020 11:51:50 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4d998aa643be1011315cba636e53e82fb5f8437e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 16 16:34:18 2020 +0200
gnu: spread-sheet-widget: Update to 0.7.
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.7.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index e32bf70..8cd2824 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -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.
- branch master updated (f6a0b54 -> 1e39c86), guix-commits, 2020/10/16
- 01/13: gnu: spread-sheet-widget: Update to 0.7.,
guix-commits <=
- 03/13: gnu: vim: Update to 8.2.1852., guix-commits, 2020/10/16
- 09/13: gnu: multitail: Remove bogus use of DESTDIR., guix-commits, 2020/10/16
- 02/13: gnu: gpxsee: Update to 7.34., guix-commits, 2020/10/16
- 04/13: gnu: filters: Prepare for cross-compilation., guix-commits, 2020/10/16
- 08/13: gnu: dstat: Fix bogus use of DESTDIR., guix-commits, 2020/10/16
- 06/13: gnu: filters: Fix repository URL., guix-commits, 2020/10/16
- 05/13: gnu: filters: Replace git commit with equivalent tag., guix-commits, 2020/10/16
- 07/13: gnu: filters: Fix bogus use of DESTDIR., guix-commits, 2020/10/16
- 11/13: gnu: multitail: Edit synopsis & description., guix-commits, 2020/10/16
- 12/13: gnu: make-lua-ossl: Fix bogus use of DESTDIR., guix-commits, 2020/10/16