unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61824] [PATCH] gnu: ledger: Update to 3.3.0.
@ 2023-02-26 20:50 jlicht
  2023-02-27 13:25 ` Guillaume Le Vaillant
  2023-02-28  1:21 ` [bug#61824] [PATCH v2] " jlicht
  0 siblings, 2 replies; 5+ messages in thread
From: jlicht @ 2023-02-26 20:50 UTC (permalink / raw)
  To: 61824; +Cc: Jelle Licht

From: Jelle Licht <jlicht@fsfe.org>

* gnu/packages/finance.scm (ledger): Update to 3.3.0.
---

 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index d2da017091..631985f377 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -311,7 +311,7 @@ (define-public homebank
 (define-public ledger
   (package
     (name "ledger")
-    (version "3.2.1")
+    (version "3.3.0")
     (source
      (origin
        (method git-fetch)
@@ -320,7 +320,7 @@ (define-public ledger
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0x6jxwss3wwzbzlwmnwb8yzjk8f9wfawif4f1b74z2qg6hc4r7f6"))
+        (base32 "09xn5v830lwzkmshhh42ik88gv6hazydb2jxd7kvvhd0k4g7l4yj"))
        (snippet '(begin
                    ;; Remove test that fails due to difference in
                    ;; reported error message (missing leading "./" in the
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-06 14:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-26 20:50 [bug#61824] [PATCH] gnu: ledger: Update to 3.3.0 jlicht
2023-02-27 13:25 ` Guillaume Le Vaillant
2023-02-28  1:21 ` [bug#61824] [PATCH v2] " jlicht
2023-02-28  8:31   ` Guillaume Le Vaillant
2023-03-06 14:09     ` bug#61824: " Jelle Licht

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).