diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-05-29 15:51:14 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-05-29 16:16:45 +0200 |
commit | 42178c86f0d9f3c1a6b7306a16035d1e2b2cb82b (patch) | |
tree | db61f58867ee5cface09878c441de376949fe2be | |
parent | 400a2a6296d0a3358380068f0adfce8ad4074d23 (diff) |
gnu: emacs-orgit: Update to 1.7.0.
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.7.0.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 684b6505a1..3bbeba1168 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -22304,7 +22304,7 @@ recursively. The results are cached for speed.") (define-public emacs-orgit (package (name "emacs-orgit") - (version "1.6.3") + (version "1.7.0") (home-page "https://github.com/magit/orgit") (source (origin (method git-fetch) @@ -22314,7 +22314,7 @@ recursively. The results are cached for speed.") (file-name (git-file-name name version)) (sha256 (base32 - "08amzcvw483dpfq5r34ysn84wzd538qk0jblc94vgcaidspx6481")))) + "1xd58yqqsb79lgxkhxs4s50jq8f3639k6fhlza9hsy53apfczkal")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-dash" ,emacs-dash) |