guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gwenhywfar: Update to 5.6.0.


From: guix-commits
Subject: 01/02: gnu: gwenhywfar: Update to 5.6.0.
Date: Wed, 26 May 2021 15:10:40 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit eba5b5cd79c02f487a2b243888d52648e081a468
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Thu May 13 20:05:35 2021 -0400

    gnu: gwenhywfar: Update to 5.6.0.
    
    * gnu/packages/gnucash.scm (gwenhywfar): Update to 5.6.0.
---
 gnu/packages/gnucash.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index f71e820..6675346 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -256,14 +256,14 @@ to be read using the GNOME Yelp program.")
 (define-public gwenhywfar
   (package
     (name "gwenhywfar")
-    (version "4.99.25rc9")
+    (version "5.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.aquamaniac.de/rdm/attachments/";
-                           "download/223/gwenhywfar-" version ".tar.gz"))
+                           "download/364/gwenhywfar-" version ".tar.gz"))
        (sha256
-        (base32 "14ws780zfyv9qg41z42hlk8sh31w80w3v8n5riaslqhvvxqbfgkq"))))
+        (base32 "1isbj4a7vdgagp3kkvx2pjcjy8lba6kzjr11fmr06aci1694dbsp"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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