[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
- branch master updated (02c6127 -> 43412ab), guix-commits, 2019/08/29
- 01/09: gnu: eolie: Update to 0.9.63., guix-commits, 2019/08/29
- 04/09: gnu: python-pybtex: Update to 0.22.2., guix-commits, 2019/08/29
- 05/09: gnu: emacs: Update to 26.3., guix-commits, 2019/08/29
- 02/09: gnu: conky: Update to 1.11.5., guix-commits, 2019/08/29
- 03/09: gnu: libhandy: Update to 0.0.11., guix-commits, 2019/08/29
- 06/09: services: cups: Add BrowseDNSSDSubTypes directive., guix-commits, 2019/08/29
- 09/09: gnu: aqbanking: Update to 5.8.1., guix-commits, 2019/08/29
- 07/09: services: cups: Move SET-ENV to FILES-CONFIGURATION., guix-commits, 2019/08/29
- 08/09: gnu: gwenhywfar: Update to 4.20.2.,
guix-commits <=