diff options
author | Nicolas Goaziou <[email protected]> | 2025-03-07 09:51:11 +0100 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2025-03-07 10:35:33 +0100 |
commit | c41d691c3ab038d0646e2fb4649e4ccb49b1e4ae (patch) | |
tree | ee44ece42b69351777bcbc837d458ed898148d59 | |
parent | 28a204e35de454dc6a5e652857698e69595713fa (diff) |
gnu: emacs-orgit: Update to 2.0.1.
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 2.0.1.
Change-Id: I35ffbff28f36af71272ef9dc9519e6b8ac0116e3
-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 cab504fe3f..c10198b86e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -32902,7 +32902,7 @@ recursively. The results are cached for speed.") (define-public emacs-orgit (package (name "emacs-orgit") - (version "2.0.0") + (version "2.0.1") (home-page "https://github.com/magit/orgit") (source (origin (method git-fetch) @@ -32912,7 +32912,7 @@ recursively. The results are cached for speed.") (file-name (git-file-name name version)) (sha256 (base32 - "0864y78kvcvha0rx0pzrxlyivr65zk21ji4md757alw1lr4zf408")))) + "0yi73l7hm6x5pyalfmcv0mnklhc574xij35q8zkh6ahrnfbyv8ks")))) (build-system emacs-build-system) (propagated-inputs (list emacs-dash emacs-magit)) |