guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d53f2b5ef99499973b93f48ce33fa2e30459d54f
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 12:48:53 2025 +0200

    gnu: emacs-org-gnosis: Update to 0.1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-gnosis): Update to 0.1.1.
    
    Change-Id: I0b8d93213c2987a1794a4ad518df4f1f2872bdae
---
 gnu/packages/emacs-xyz.scm | 41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8df5d85e7a..67723c5199 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -42565,28 +42565,29 @@ across all Org export back-ends.")
       (license license:gpl3+))))
 
 (define-public emacs-org-gnosis
-  (package
-    (name "emacs-org-gnosis")
-    (version "0.0.9")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://git.thanosapollo.org/org-gnosis";)
-             (commit version)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "15r305lbci797nlh6m3xy1q0cwfz85x7k76adp71z8706n2w9j71"))))
-    (build-system emacs-build-system)
-    (arguments (list #:tests? #f))      ; no tests
-    (propagated-inputs (list emacs-compat emacs-emacsql))
-    (home-page "https://thanosapollo.org/projects/org-gnosis/";)
-    (synopsis "Roam-like note taking system.")
-    (description
-     "Org Gnosis is a knowledge management tool that leverages Org mode for
+  (let ((commit "7db80112f08547ae4526f4ca645dbe6e224d27c6")) ;version bump
+    (package
+      (name "emacs-org-gnosis")
+      (version "0.1.1")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+                (url "https://git.thanosapollo.org/org-gnosis";)
+                (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0y4qna0m5pdf2m53sac792rzsyp8lm7lfcl92981zwx3sqfy25gv"))))
+      (build-system emacs-build-system)
+      (arguments (list #:tests? #f))    ; no tests
+      (propagated-inputs (list emacs-compat emacs-emacsql))
+      (home-page "https://thanosapollo.org/projects/org-gnosis/";)
+      (synopsis "Roam-like note taking system.")
+      (description
+       "Org Gnosis is a knowledge management tool that leverages Org mode for
 storing notes and journal entries, integrating them with an SQLite database
 for efficient retrieval and relationship mapping.")
-    (license license:gpl3+)))
+      (license license:gpl3+))))
 
 (define-public emacs-uml-mode
   ;; Package has no release.  Version is extracted from "Version:" keyword in

Reply via email to