guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6b188d65eed89d405c28991f55ce60faedbfc51e
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Mar 15 21:07:21 2026 +0100

    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
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bd0e3a1723..7ac2bdcb54 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

Reply via email to