diff mbox series

[bug#60007] gnu: emacs-beancount: Update to 687775d.

Message ID 20221212135233.19434-1-i@dan.games
State New
Headers show
Series [bug#60007] gnu: emacs-beancount: Update to 687775d. | expand

Commit Message

dan Dec. 12, 2022, 1:52 p.m. UTC
* gnu/packages/finance.scm (emacs-beancount): Update to 687775d.
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Nicolas Goaziou Dec. 13, 2022, 8:31 p.m. UTC | #1
Hello,

dan <i@dan.games> writes:

> * gnu/packages/finance.scm (emacs-beancount): Update to 687775d.
> ---
>  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 cc2d417003..b6809bc061 100644
> --- a/gnu/packages/finance.scm
> +++ b/gnu/packages/finance.scm
> @@ -1905,7 +1905,7 @@ (define-public beancount
>  (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")
> +  (let ((commit "687775da63784d153a3c1cfee9801090c6b51842")
>          (revision "0"))

I bumped the revision (otherwise our versioning scheme is no longer
monotonic), tweaked your commit message, and applied the patch.

Thank you.

Regards,
diff mbox series

Patch

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index cc2d417003..b6809bc061 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1905,7 +1905,7 @@  (define-public beancount
 (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")
+  (let ((commit "687775da63784d153a3c1cfee9801090c6b51842")
         (revision "0"))
     (package
       (name "emacs-beancount")
@@ -1918,7 +1918,7 @@  (define-public emacs-beancount
                (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")