Message ID | 66f283cc30b5d71bc504d7b3fea317ecfdd6a44e.1731166011.git.public@thanosapollo.org |
---|---|
State | New |
Headers | show |
Series | [bug#74282] gnu: emacs-gnosis: Update to 0.4.8. | expand |
user guix usertag 74282 + waiting-on-contributor thanks Guix QA review form submission: Linter messages gives: - sentences in description should be followed by two spaces - no period allowed at the end of the synopsis - home page unreachable, needs a trailing / https://thanosapollo.org/projects/gnosis/ Could you please fix these minors ? Thanks ! Items marked as checked: - Commit messages - Package builds - Lint warnings - Package tests - Package style - List dependent packages build
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 88e1ab89a9..95b633ccd9 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -18705,7 +18705,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) @@ -18714,7 +18714,7 @@ (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")