gnu: homebank: Update to 5.4.3.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 15 Sep 2020 19:34:12 +0000 (21:34 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 15 Sep 2020 21:36:42 +0000 (23:36 +0200)
* gnu/packages/finance.scm (homebank): Update to 5.4.3.

gnu/packages/finance.scm

index 111069c..3167e10 100644 (file)
@@ -173,14 +173,14 @@ line client and a client based on Qt.")
 (define-public homebank
   (package
     (name "homebank")
-    (version "5.4.2")
+    (version "5.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://homebank.free.fr/public/homebank-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0bkjvd819kw9cwmr3macggbg8yil3yc8v2za8pjrl6g746s89kn6"))))
+                "02wd569viwy6ncy0144z9nxr3zmpl4shkqhz7zzwyky4gknxf8lj"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)