[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/63: gnu: emacs-beancount: Update to 0.9.0.
From: |
guix-commits |
Subject: |
04/63: gnu: emacs-beancount: Update to 0.9.0. |
Date: |
Mon, 19 Aug 2024 16:46:19 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 2d59fe182f6443fede06d394486e6bab0d25a7b9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 19 20:51:30 2024 +0200
gnu: emacs-beancount: Update to 0.9.0.
* gnu/packages/finance.scm (emacs-beancount): Update to 0.9.0.
Change-Id: I1394c656ec1c7e30f55e3ef6f9129fb24ca35891
---
gnu/packages/finance.scm | 44 ++++++++++++++++++++------------------------
1 file changed, 20 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 446df6c5ac..4cc570cfb4 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2018 Adriano Peluso <catonano@gmail.com>
-;;; Copyright © 2018-2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2018-2022, 2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2019-2024 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
@@ -2077,29 +2077,25 @@ software Beancount with a focus on features and
usability.")
(license license:expat)))
(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 "687775da63784d153a3c1cfee9801090c6b51842")
- (revision "1"))
- (package
- (name "emacs-beancount")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/beancount/beancount-mode")
- (commit commit)))
- (sha256
- (base32
- "08383yqqanx29al1hg1r6ndx3gwjg6fj7kl340f1zz9m9cfiyvg3"))
- (file-name (git-file-name name version))))
- (build-system emacs-build-system)
- (home-page "https://github.com/beancount/beancount-mode")
- (synopsis "Emacs mode for Beancount")
- (description
- "Emacs-beancount is an Emacs mode for the Beancount accounting tool.")
- (license license:gpl3+))))
+ (package
+ (name "emacs-beancount")
+ (version "0.9.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/beancount/beancount-mode")
+ (commit version)))
+ (sha256
+ (base32
+ "01ivxgv1g0pkr0xi43366pghc3j3mmhk5bshis6kkn04bq04cx7f"))
+ (file-name (git-file-name name version))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/beancount/beancount-mode")
+ (synopsis "Emacs mode for Beancount")
+ (description
+ "Emacs-beancount is an Emacs mode for the Beancount accounting tool.")
+ (license license:gpl3+)))
(define-public hledger-web
(package
- branch master updated (aeafd92ca5 -> 00245fdcd4), guix-commits, 2024/08/19
- 01/63: gnu: emacs-activities: Update to 0.7.1., guix-commits, 2024/08/19
- 03/63: gnu: emacs-auto-compile: Update to 2.0.3., guix-commits, 2024/08/19
- 04/63: gnu: emacs-beancount: Update to 0.9.0.,
guix-commits <=
- 02/63: gnu: emacs-apheleia: Update to 4.2., guix-commits, 2024/08/19
- 05/63: gnu: emacs-bfuture: Update to 1.0.3., guix-commits, 2024/08/19
- 06/63: gnu: emacs-cape: Update to 1.6., guix-commits, 2024/08/19
- 07/63: gnu: emacs-casual-calc: Update to 1.11.2., guix-commits, 2024/08/19
- 08/63: gnu: emacs-casual-dired: Update to 1.8.0., guix-commits, 2024/08/19
- 10/63: gnu: emacs-casual-lib: Update to 1.1.2., guix-commits, 2024/08/19
- 09/63: gnu: emacs-casual-info: Update to 1.3.1., guix-commits, 2024/08/19
- 11/63: gnu: emacs-chatgpt-shell: Update to 1.3.1., guix-commits, 2024/08/19
- 12/63: gnu: emacs-closql: Update to 2.0.0., guix-commits, 2024/08/19
- 15/63: gnu: emacs-cpreproc: Update to 1.0.1., guix-commits, 2024/08/19