This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3789553  gnu: grisbi: Update to 2.0.5.
3789553 is described below

commit 378955341a19b25017bfabfc6d90b34630f6258c
Author: Tanguy Le Carrour <[email protected]>
AuthorDate: Sun Nov 14 11:13:32 2021 +0100

    gnu: grisbi: Update to 2.0.5.
    
    * gnu/packages/finance.scm (grisbi): Update to 2.0.5.
    
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index c9732f9..82bce14 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1239,7 +1239,7 @@ Its features are:
 (define-public grisbi
   (package
     (name "grisbi")
-    (version "1.2.2")
+    (version "2.0.5")
     (source
      (origin
        (method url-fetch)
@@ -1249,7 +1249,7 @@ Its features are:
              "/grisbi-" version ".tar.bz2"))
        (sha256
         (base32
-         "1piiyyxjsjbw9gcqydvknzxmmfgh8kdqal12ywrxyxih2afwnvbw"))))
+         "0gvsqw1z5wkakyi3bkq71pqb094a8lv2nbgnxw2zqkabzjmxnfmx"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list "--without-ofx")))

Reply via email to