diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-15 21:07:21 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-15 21:07:21 +0100 |
| commit | 6b188d65eed89d405c28991f55ce60faedbfc51e (patch) | |
| tree | d2c8316b0364e59bc0f9928e6a203641deb33699 /gnu | |
| parent | 3abf9671bef71896f0529bc5864d9b5801368b34 (diff) | |
gnu: emacs-org-supertag: Update to 5.8.1.
* gnu/packages/emacs-xyz.scm (emacs-org-supertag): Update to 5.8.1.
Change-Id: Ic534c07ac7e4aef093152027e04b01369eb8287e
Diffstat (limited to 'gnu')
| -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 bd0e3a17234..7ac2bdcb543 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -14442,7 +14442,7 @@ Features degrade gracefully when viewed from terminal.") (define-public emacs-org-supertag (package (name "emacs-org-supertag") - (version "5.6.3") + (version "5.8.1") (source (origin (method git-fetch) @@ -14451,7 +14451,7 @@ Features degrade gracefully when viewed from terminal.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0ccr3s4mhk28klizbsb7cqhgg2h3092mpg1qvnzpzf53hwlhds2p")))) + (base32 "1hdag8kxn2zxwac0fq14c741k4pwzkwvjh5ybwsqc7220vqzhmhm")))) (build-system emacs-build-system) (arguments (list #:tests? #f ;no tests |
