unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65088] [PATCH] gnu: emacs-helpful: Update to 0.21.
@ 2023-08-05 10:40 Cayetano Santos via Guix-patches via
  2023-08-05 11:22 ` Hilton Chain via Guix-patches via
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2023-08-05 10:40 UTC (permalink / raw)
  To: 65088; +Cc: Cayetano Santos

* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.21.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ed3d89d51f..c01192b7b3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24360,11 +24360,11 @@ (define-public emacs-download-region
       (license license:gpl3+))))
 
 (define-public emacs-helpful
-  (let ((commit "1c98f6f06a85def5d34c735f8cd407f20cebddf9")
-        (revision "1"))
+  (let ((commit "ced07fe0d48ce1111d7a8376fdbfef34d927c967")
+        (revision "0"))
     (package
       (name "emacs-helpful")
-      (version (git-version "0.19" revision commit))
+      (version (git-version "0.21" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -24373,7 +24373,7 @@ (define-public emacs-helpful
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "18b5hjfji51zxjrxhkklxx3j9svk295awmxv8n95mp8ilas2kd3l"))))
+          (base32 "03afgdbs5nmhw833svrqky7fmfs1zlvqzcj7j5g29sakivs60xqc"))))
       (build-system emacs-build-system)
       (propagated-inputs
        (list emacs-dash emacs-elisp-refs emacs-f emacs-s))

base-commit: 42ae42cf41e8f5e88422e30d801251a3427d7f3b
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-27  4:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-05 10:40 [bug#65088] [PATCH] gnu: emacs-helpful: Update to 0.21 Cayetano Santos via Guix-patches via
2023-08-05 11:22 ` Hilton Chain via Guix-patches via
2023-08-05 17:25 ` [bug#65088] [PATCH v1] " Cayetano Santos via Guix-patches via
2023-08-07 11:42   ` Hilton Chain via Guix-patches via
2023-08-07 12:11 ` [bug#65088] [PATCH v2] " Cayetano Santos via Guix-patches via
2023-08-27  3:51 ` bug#65088: [PATCH] " Hilton Chain via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).