guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fc1626c772dc6e3beb5b18cc781c2fc9088325bd
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Oct 22 20:35:01 2025 +0200

    gnu: emacs-denote-org: Update to 0.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-denote-org): Update to 0.2.0.
    [arguments]: Disable #:tests?.
    
    Change-Id: I051ac70fe8e530eef44bf20519febc1fb88feade
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c74e60834b..118874181d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20880,15 +20880,16 @@ view your Denote directory.")
 (define-public emacs-denote-org
   (package
     (name "emacs-denote-org")
-    (version "0.1.1")
+    (version "0.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/denote-org-"; version
                            ".tar"))
        (sha256
-        (base32 "0nwyyzx96d5k6dw4jb8bvni9fjr1plip57mdsyabrha19p6n282d"))))
+        (base32 "05jyy4gmd4nhgbh0cfjnjspwjzdkrljgl12wygqlai4d4hpv54mr"))))
     (build-system emacs-build-system)
+    (arguments (list #:tests? #f))      ; no tests
     (propagated-inputs (list emacs-denote))
     (home-page "https://github.com/protesilaos/denote-org";)
     (synopsis "Denote extensions for Org mode")

Reply via email to