all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Suhail via Guix-patches via <guix-patches@gnu.org>
To: 68722@debbugs.gnu.org
Subject: [bug#68722] [PATCH] gnu: emacs-ox-tufte: Update to 4.0.3.
Date: Thu, 25 Jan 2024 23:59:15 +0000	[thread overview]
Message-ID: <150da5681985ee67c98dfb59fc419d6610641122.1706222898.git.suhail@bayesians.ca> (raw)


* gnu/packages/emacs-xyz.scm (emacs-ox-tufte): Update to 4.0.3 and enable
tests.

Change-Id: Ia0ed2643596cf6a721cc00b06cd26d92cbf5fd3e
---
 gnu/packages/emacs-xyz.scm | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7d3e2dc17e..fae86491d9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33496,20 +33496,25 @@ (define-public emacs-ox-reveal
 (define-public emacs-ox-tufte
   (package
     (name "emacs-ox-tufte")
-    (version "4.0.1")
+    (version "4.0.3")
+    (home-page "https://github.com/ox-tufte/ox-tufte")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/ox-tufte/ox-tufte")
+             (url home-page)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1v8jr1k8wfpzwry073rrgkxfpwylxmk7xqabxzp49z40rc7hp26s"))))
+        (base32 "0bb5cik2pgz3kxgzdjddzvs8y2fihjzyvfn5f6kd69n4hi0w6bfd"))))
     (build-system emacs-build-system)
+    (native-inputs (list emacs-buttercup))
     (propagated-inputs (list emacs-org))
-    (arguments '(#:include (cons "^src/" %default-include)))
-    (home-page "https://github.com/ox-tufte/ox-tufte")
+    (arguments
+     (list
+      #:include #~(cons "^src/" %default-include)
+      #:tests? #t
+      #:test-command #~(list "make" "test-guix")))
     (synopsis "Tufte HTML Org mode export backend")
     (description
      "This is an export backend for Org mode that exports buffers to HTML that

base-commit: ffa73f8ef2a6cb2b93deb38b1c88a94707e7d907
-- 
2.43.0






             reply	other threads:[~2024-01-26  0:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-25 23:59 Suhail via Guix-patches via [this message]
2024-01-27  1:20 ` [bug#68722] [PATCH v2] gnu: emacs-ox-tufte: Update to 4.0.3 Suhail via Guix-patches via
2024-01-30 16:55 ` [bug#68722] [PATCH v3] gnu: emacs-ox-tufte: Update to 4.0.4 Suhail via Guix-patches via
2024-02-22 21:50   ` bug#68722: " Nicolas Goaziou via Guix-patches via
2024-02-18  5:22 ` [bug#68722] Status: [PATCH] gnu: emacs-ox-tufte: Update to 4.0.3 Suhail via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=150da5681985ee67c98dfb59fc419d6610641122.1706222898.git.suhail@bayesians.ca \
    --to=guix-patches@gnu.org \
    --cc=68722@debbugs.gnu.org \
    --cc=suhail@bayesians.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.