guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: emacs-beancount: Update to 0.0.0-1.687775d.


From: guix-commits
Subject: 01/06: gnu: emacs-beancount: Update to 0.0.0-1.687775d.
Date: Tue, 13 Dec 2022 15:25:33 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit e4ab2ccb182fc75db2ba2789572ef58080e99ec8
Author: dan <i@dan.games>
AuthorDate: Mon Dec 12 21:52:33 2022 +0800

    gnu: emacs-beancount: Update to 0.0.0-1.687775d.
    
    * gnu/packages/finance.scm (emacs-beancount): Update to 0.0.0-1.687775d.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/finance.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index cc2d417003..828df0324e 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1905,8 +1905,8 @@ generate a variety of reports from them, and provides a 
web interface.")
 (define-public emacs-beancount
   ;; Note that upstream has not made any release since this project moved
   ;; into its own repository (it was originally part of beancount itself)
-  (let ((commit "dbafe6a73d90c1f64d457b356b9dbb43499f70d5")
-        (revision "0"))
+  (let ((commit "687775da63784d153a3c1cfee9801090c6b51842")
+        (revision "1"))
     (package
       (name "emacs-beancount")
       (version (git-version "0.0.0" revision commit))
@@ -1918,7 +1918,7 @@ generate a variety of reports from them, and provides a 
web interface.")
                (commit commit)))
          (sha256
           (base32
-           "0v9bws2gv5b00x829p7hrcxqgdp7iwxvv1vhfjka81qrw6w1fvjw"))
+           "08383yqqanx29al1hg1r6ndx3gwjg6fj7kl340f1zz9m9cfiyvg3"))
          (file-name (git-file-name name version))))
       (build-system emacs-build-system)
       (home-page "https://github.com/beancount/beancount-mode";)



reply via email to

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