mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-beancount: Update to 0.9.0.
* gnu/packages/finance.scm (emacs-beancount): Update to 0.9.0. Change-Id: I1394c656ec1c7e30f55e3ef6f9129fb24ca35891
This commit is contained in:
parent
e3b0882de2
commit
2d59fe182f
1 changed files with 20 additions and 24 deletions
|
@ -9,7 +9,7 @@
|
||||||
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
|
||||||
;;; Copyright © 2018 Adriano Peluso <catonano@gmail.com>
|
;;; 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 © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2019-2024 Guillaume Le Vaillant <glv@posteo.net>
|
;;; Copyright © 2019-2024 Guillaume Le Vaillant <glv@posteo.net>
|
||||||
;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
|
;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
|
||||||
|
@ -2077,29 +2077,25 @@ (define-public fava
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public emacs-beancount
|
(define-public emacs-beancount
|
||||||
;; Note that upstream has not made any release since this project moved
|
(package
|
||||||
;; into its own repository (it was originally part of beancount itself)
|
(name "emacs-beancount")
|
||||||
(let ((commit "687775da63784d153a3c1cfee9801090c6b51842")
|
(version "0.9.0")
|
||||||
(revision "1"))
|
(source
|
||||||
(package
|
(origin
|
||||||
(name "emacs-beancount")
|
(method git-fetch)
|
||||||
(version (git-version "0.0.0" revision commit))
|
(uri (git-reference
|
||||||
(source
|
(url "https://github.com/beancount/beancount-mode")
|
||||||
(origin
|
(commit version)))
|
||||||
(method git-fetch)
|
(sha256
|
||||||
(uri (git-reference
|
(base32
|
||||||
(url "https://github.com/beancount/beancount-mode")
|
"01ivxgv1g0pkr0xi43366pghc3j3mmhk5bshis6kkn04bq04cx7f"))
|
||||||
(commit commit)))
|
(file-name (git-file-name name version))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32
|
(home-page "https://github.com/beancount/beancount-mode")
|
||||||
"08383yqqanx29al1hg1r6ndx3gwjg6fj7kl340f1zz9m9cfiyvg3"))
|
(synopsis "Emacs mode for Beancount")
|
||||||
(file-name (git-file-name name version))))
|
(description
|
||||||
(build-system emacs-build-system)
|
"Emacs-beancount is an Emacs mode for the Beancount accounting tool.")
|
||||||
(home-page "https://github.com/beancount/beancount-mode")
|
(license license:gpl3+)))
|
||||||
(synopsis "Emacs mode for Beancount")
|
|
||||||
(description
|
|
||||||
"Emacs-beancount is an Emacs mode for the Beancount accounting tool.")
|
|
||||||
(license license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public hledger-web
|
(define-public hledger-web
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue