[bug#74282] gnu: emacs-gnosis: Update to 0.4.8.

Message ID 0a0899f74d049160c21b88c4928a790bab793482.1733051627.git.public@thanosapollo.org
State New
Headers
Series [bug#74282] gnu: emacs-gnosis: Update to 0.4.8. |

Commit Message

Thanos Apollo Dec. 1, 2024, 11:36 a.m. UTC
  * gnu/packages/emacs-xyz.scm (emacs-gnosis): Update to 0.4.8.

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


base-commit: e5c1a708f5e28e8fa1e9cc19b18914f8d2f712fb
  

Comments

Cayetano Santos Dec. 1, 2024, 8:45 p.m. UTC | #1
user guix
usertag 74282 - waiting-on-contributor
usertag 74282 + reviewed-looks-good
thanks

Items marked as checked:

- Commit messages
- Package builds
- Lint warnings
- Package style
- List dependent packages build
  
Cayetano Santos Dec. 1, 2024, 8:51 p.m. UTC | #2
>dim. 01 déc. 2024 at 13:36, Thanos Apollo <public@thanosapollo.org> wrote:

Consider this next time regarding patch revisions:

  https://guix.gnu.org/manual/devel/en/html_node/Sending-a-Patch-Series.html#Single-Patches-1

Thanks !

--
Cayetano Santos
  
Hilton Chain Dec. 2, 2024, 12:01 a.m. UTC | #3
Hi Thanos,

On Sun, 01 Dec 2024 19:36:52 +0800,
Thanos Apollo wrote:
>
> * gnu/packages/emacs-xyz.scm (emacs-gnosis): Update to 0.4.8.
>
> Change-Id: Ie80016fc190e66695b7a8ea8e3fded7854ebc872
> ---
>  gnu/packages/emacs-xyz.scm | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)

Applied as ca3a79ccee5f9a857e00128f11d04e3c1aef901a with adjustment on commit
message, thanks!
  

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5ad6933dc0..11518d9e7f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18884,7 +18884,7 @@  (define-public emacs-gn-mode
 (define-public emacs-gnosis
   (package
     (name "emacs-gnosis")
-    (version "0.4.3")
+    (version "0.4.8")
     (source
      (origin
        (method git-fetch)
@@ -18893,14 +18893,14 @@  (define-public emacs-gnosis
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0kp4vwzldcyf7c8dqjrfrqgwkfysiy8n8zc4c1j1p72p0m4rxwv8"))))
+        (base32 "1y9f5ms7aivwjfc951m68jfmwncfq5f4h876xvivxhfph4xnc76y"))))
     (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.")
+    (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
+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+)))