guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: gwenhywfar: Update to 4.20.2.


From: guix-commits
Subject: 08/09: gnu: gwenhywfar: Update to 4.20.2.
Date: Thu, 29 Aug 2019 23:36:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 521bb336782b8fe04b57ebaadd55be005a85d788
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 30 03:16:14 2019 +0200

    gnu: gwenhywfar: Update to 4.20.2.
    
    * gnu/packages/gnucash.scm (gwenhywfar): Update to 4.20.2.
    [source]: Remove FILE-NAME.
---
 gnu/packages/gnucash.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 2196a8c..5d40bc3 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -231,17 +231,14 @@ to be read using the GNOME Yelp program.")
 (define-public gwenhywfar
   (package
     (name "gwenhywfar")
-    (version "4.20.0")
+    (version "4.20.2")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://www.aquamaniac.de/sites/download/";
-                           "download.php?package=01&release=208&file=02&"
-                           "dummy=gwenhywfar-" version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (uri (string-append "https://www.aquamaniac.de/rdm/attachments/";
+                           "download/108/gwenhywfar-" version ".tar.gz"))
        (sha256
-        (base32
-         "1c0g3f8jk6j693774ifslx2ds4ksabgbbalhhm9gk20kpamxm22s"))))
+        (base32 "0w1j7ppr1247kr3bpn4dqwyxp6cl8mfgr0m4782iz8f8a4ixjkqg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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