diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-11-18 20:27:46 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2025-11-29 19:28:43 +0100 |
| commit | 0b42a0fd3b5ffa734da05d6c255ad49e5e264b85 (patch) | |
| tree | 52fc6c99eaa526c953934e97729722eca000cc1b | |
| parent | 3c8853fa7f07ffbeccf6a0303badcc6a88da2127 (diff) | |
gnu: emacs-orgit: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 2.1.0.
Change-Id: I4e5d42e8958a927a498bb71630360cf9a93cd4cf
| -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 f784c3c98a7..63417f6abc8 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -35781,7 +35781,7 @@ recursively. The results are cached for speed.") (define-public emacs-orgit (package (name "emacs-orgit") - (version "2.0.5") + (version "2.1.0") (home-page "https://github.com/magit/orgit") (source (origin (method git-fetch) @@ -35791,7 +35791,7 @@ recursively. The results are cached for speed.") (file-name (git-file-name name version)) (sha256 (base32 - "1nz9fy4348iha1zbw0v8hzsxv171v5758jilhsn2ksn9nvpkbbyb")))) + "1w5g75mqigfjcwywhdlv6dqpj173wzkagaxsq38kx1j4p7i0sl2p")))) (build-system emacs-build-system) (arguments (list #:tests? #f)) ; A makefile but no tests. |
