all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Julian Flake via Guix-patches via <guix-patches@gnu.org>
To: 75230@debbugs.gnu.org
Cc: Julian Flake <flake@uni-koblenz.de>
Subject: [bug#75230] [PATCH 1/3] gnu: gwenhywfar: Update to 5.12.0.
Date: Wed,  1 Jan 2025 02:58:54 +0100	[thread overview]
Message-ID: <90b80e8a37f90235016c9f1c667e20c4dcb54d43.1735696171.git.flake@uni-koblenz.de> (raw)
In-Reply-To: <cover.1735696171.git.flake@uni-koblenz.de>

* gnu/packages/gnucash.scm (gwenhywfar): Update to 5.12.0.

Change-Id: Ibbc3a06ce8e7b61b19817149fdada66e7fd84f4d
---
 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 71a49b75d6..421dabd686 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -244,17 +244,17 @@ (define gnucash-docs
       (license (list license:fdl1.1+ license:gpl3+)))))
 
 (define-public gwenhywfar
-  (let ((attachid "501")) ;; file attachid changes for each version
+  (let ((attachid "529")) ;; file attachid changes for each version
     (package
       (name "gwenhywfar")
-      (version "5.10.2")
+      (version "5.12.0")
       (source
        (origin
          (method url-fetch)
          (uri (string-append "https://www.aquamaniac.de/rdm/attachments/"
                              "download/" attachid "/gwenhywfar-" version ".tar.gz"))
          (sha256
-          (base32 "1qd950kilf9bcb51b1daykipanml6bg1h3pj10950r98ah1xm9v0"))))
+          (base32 "09nnjn1i8nzlkk62wai2lbnvqap8w6y98fh520b1y883fx2g3m8a"))))
       (build-system gnu-build-system)
       (arguments
        `(#:configure-flags
-- 
2.47.1





  reply	other threads:[~2025-01-01  2:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-01  1:58 [bug#75229] [PATCH 0/3] Series to update gnucash to 5.10 (+aqbanking +gwenhywfar) Julian Flake via Guix-patches via
2025-01-01  1:58 ` Julian Flake via Guix-patches via [this message]
2025-01-01  1:58 ` [bug#75231] [PATCH 2/3] gnu: aqbanking: Update to 6.6.0 Julian Flake via Guix-patches via
2025-01-01  1:58 ` [bug#75232] [PATCH 3/3] gnu: gnucash: Update to 5.10 Julian Flake via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=90b80e8a37f90235016c9f1c667e20c4dcb54d43.1735696171.git.flake@uni-koblenz.de \
    --to=guix-patches@gnu.org \
    --cc=75230@debbugs.gnu.org \
    --cc=flake@uni-koblenz.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.