guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: ledger: Update to 3.2.1.


From: guix-commits
Subject: 01/03: gnu: ledger: Update to 3.2.1.
Date: Wed, 22 Jul 2020 22:21:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e957bab76f9cdff32d393255719d83091fc540c4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jul 20 22:44:58 2020 +0200

    gnu: ledger: Update to 3.2.1.
    
    * gnu/packages/finance.scm (ledger): Update to 3.2.1.
---
 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 1cd9014..518be91 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -201,7 +201,7 @@ and dynamically with report tools based on filtering and 
graphical charts.")
 (define-public ledger
   (package
     (name "ledger")
-    (version "3.2.0")
+    (version "3.2.1")
     (source
      (origin
        (method git-fetch)
@@ -210,7 +210,7 @@ and dynamically with report tools based on filtering and 
graphical charts.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1l5c9jf2wnly6ncm9civ8i7v47xld15g1y7wpl0hqwgbfyffwjci"))))
+        (base32 "0x6jxwss3wwzbzlwmnwb8yzjk8f9wfawif4f1b74z2qg6hc4r7f6"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules (,@%cmake-build-system-modules



reply via email to

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