all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thanos Apollo via Guix-patches via <guix-patches@gnu.org>
To: 72513@debbugs.gnu.org
Cc: Thanos Apollo <public@thanosapollo.org>,
	Thanos Apollo <public@thanosapollo.org>,
	Nicolas Graves <ngraves@ngraves.fr>,
	Andrew Tropin <andrew@trop.in>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#72513] [PATCH] gnu: emacs-gnosis: Update to 0.4.0-1c3e.
Date: Fri, 16 Aug 2024 21:53:16 +0300	[thread overview]
Message-ID: <8ac1eaa852a925850792245187df9f1213879cdf.1723834389.git.public@thanosapollo.org> (raw)
In-Reply-To: <6308d042e07b07f976cadc5ca3058b67ade4084a.1723041812.git.public@thanosapollo.org>

* gnu/packages/emacs-xyz.scm (emacs-gnosis): Update to 0.4.0-1c3e.
* Rewrite recipe to specify exact git commit to apply necessary fixes.

Change-Id: I015e66287b27b64c625347f9e2a2836154a15f3d
---
 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 df66aea507..280ba83bd7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18184,29 +18184,30 @@ (define-public emacs-gn-mode
     (license license:bsd-3)))
 
 (define-public emacs-gnosis
-  (package
-    (name "emacs-gnosis")
-    (version "0.3.2")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://git.thanosapollo.org/gnosis")
-             (commit version)))
-       (sha256
-        (base32
-         "03ydknrzl5xcmn5n2ybyxqmjfrqrpk0h0p6cp9xnpmra6r87xqkd"))
-       (file-name (git-file-name name version))))
-    (build-system emacs-build-system)
-    (propagated-inputs (list emacs-compat emacs-emacsql))
-    (home-page "https://thanosapollo.org/projects/gnosis")
-    (synopsis "Spaced repetition system for GNU Emacs")
-    (description
-     "Gnosis is a spaced repetition system for note-taking and self-testing
+  (let ((commit "fe019d58f26e99e59a5601d2e276ad06676b1b66")
+        (revision "0"))
+    (package
+      (name "emacs-gnosis")
+      (version (git-version "0.4.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://git.thanosapollo.org/gnosis")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "10940gmc7acvdxkmyhq9aa454f10bqz9npy3r5lpxgnp74km8bnm"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-compat emacs-emacsql))
+      (home-page "https://thanosapollo.org/projects/gnosis/")
+      (synopsis "Spaced repetition system for GNU Emacs.")
+      (description
+       "Gnosis is a spaced repetition system for note-taking and self-testing
 where notes are formatted as Question/Answer/Explanation. Notes are reviewed
 at spaced intervals based on the success or failure in recalling the answer to
 each question.")
-    (license license:gpl3+)))
+      (license license:gpl3+))))
 
 (define-public emacs-drag-stuff
   (package

base-commit: 0ab167bdb2ec3ff88a75930c24b8bd77c61cc634
-- 
2.45.2





  parent reply	other threads:[~2024-08-16 18:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-07 14:51 [bug#72513] [PATCH] gnu: emacs-gnosis: Update to 0.4.0-0-bc0d Thanos Apollo via Guix-patches via
2024-08-08 18:22 ` [bug#72513] [PATCH] gnu: emacs-gnosis: Update to 0.4.0-1c3e Thanos Apollo via Guix-patches via
2024-08-15 16:31   ` Nicolas Graves via Guix-patches via
2024-08-16 18:50 ` Thanos Apollo via Guix-patches via
2024-08-16 18:53 ` Thanos Apollo via Guix-patches via [this message]
2024-08-19 17:54   ` bug#72513: [PATCH] gnu: emacs-gnosis: Update to 0.4.0-0-bc0d Nicolas Goaziou 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=8ac1eaa852a925850792245187df9f1213879cdf.1723834389.git.public@thanosapollo.org \
    --to=guix-patches@gnu.org \
    --cc=72513@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=liliana.prikler@gmail.com \
    --cc=ngraves@ngraves.fr \
    --cc=public@thanosapollo.org \
    /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.