guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: spread-sheet-widget: Update to 0.5.


From: guix-commits
Subject: 02/02: gnu: spread-sheet-widget: Update to 0.5.
Date: Wed, 29 Jul 2020 19:52:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 54369b607fc0e5a773c560b4759b70b23b6bcd27
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 29 20:37:50 2020 +0200

    gnu: spread-sheet-widget: Update to 0.5.
    
    * gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.5.
---
 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 e3c0979..51c11ea 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1792,14 +1792,14 @@ input.")
 (define-public spread-sheet-widget
   (package
     (name "spread-sheet-widget")
-    (version "0.3")
+    (version "0.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://alpha.gnu.org/gnu/ssw/";
                            "spread-sheet-widget-" version ".tar.gz"))
        (sha256
-        (base32 "1h93yyh2by6yrmkwqg38nd5knids05k5nqzcihc1hdwgzg3c4b8y"))))
+        (base32 "0vxqv229vp6l278hz11ayrfirn4gj736clh4wlmn0h21bh5b8pfc"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("glib" ,glib "bin")             ; for glib-genmarshal, etc.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]