all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60836] [PATCH] gnu: emacs-org-reveal: Update to 20222711-1.f55c85
@ 2023-01-15 18:09 Cayetano Santos via Guix-patches via
  2023-01-16  5:20 ` Maxim Cournoyer
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2023-01-15 18:09 UTC (permalink / raw)
  To: 60836; +Cc: Cayetano Santos

Update gnu: emacs-org-reveal to 20222711-1.f55c85

---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5f60d82ad5..dfbd51ac0a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22357,10 +22357,10 @@ (define-public emacs-org-ref
     (license license:gpl3+)))
 
 (define-public emacs-org-reveal
-  (let ((commit "fe9148b670d144124d9697fcf5d0528f19025104"))
+  (let ((commit "f55c851bf6aeb1bb2a7f6cf0f2b7bd0e79c4a5a0"))
     (package
       (name "emacs-org-reveal")
-      (version (git-version "20210902" "1" commit))
+      (version (git-version "20222711" "1" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -22369,8 +22369,7 @@ (define-public emacs-org-reveal
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "034gkbc03z9jzj7ad34mmqgmvj4f14ap7iixh3zx4wp2ipw5xb7c"))))
+                  "1ck8v9qwk434w4ib9bmlmpqmiv8k1is5bcr5h7pnswgmgma68dka"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/yjwen/org-reveal")
       (synopsis "Org and Reveal.js powered HTML presentation tool")
--
2.38.1





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

* [bug#60836] [PATCH] gnu: emacs-org-reveal: Update to 20222711-1.f55c85
  2023-01-15 18:09 [bug#60836] [PATCH] gnu: emacs-org-reveal: Update to 20222711-1.f55c85 Cayetano Santos via Guix-patches via
@ 2023-01-16  5:20 ` Maxim Cournoyer
  2023-01-16  9:51 ` [bug#60836] [PATCH v2] " csantosb--- via Guix-patches via
  2023-01-16 10:04 ` [bug#60836] [PATCH v3] " Cayetano Santos via Guix-patches via
  2 siblings, 0 replies; 5+ messages in thread
From: Maxim Cournoyer @ 2023-01-16  5:20 UTC (permalink / raw)
  To: Cayetano Santos; +Cc: 60836

Hello!

Cayetano Santos <csantosb@inventati.org> writes:

> Update gnu: emacs-org-reveal to 20222711-1.f55c85
>
> ---
>  gnu/packages/emacs-xyz.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks for the contribution!  Could you please update the commit message
with a GNU changelog style, as hinted in info '(guix) Submitting
Patches'?

There are also yasnipet templates under etc/snippets/yas, which then
becomes as easy as "update... TAB".  You could otherwise try to run
'etc/committer.scm' to auto-produce the commit from your unstaged
changes in git.

Hopefully that helps :-)

-- 
Thanks,
Maxim




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

* [bug#60836] [PATCH v2] gnu: emacs-org-reveal: Update to 20222711-1.f55c85.
  2023-01-15 18:09 [bug#60836] [PATCH] gnu: emacs-org-reveal: Update to 20222711-1.f55c85 Cayetano Santos via Guix-patches via
  2023-01-16  5:20 ` Maxim Cournoyer
@ 2023-01-16  9:51 ` csantosb--- via Guix-patches via
  2023-01-16 10:04 ` [bug#60836] [PATCH v3] " Cayetano Santos via Guix-patches via
  2 siblings, 0 replies; 5+ messages in thread
From: csantosb--- via Guix-patches via @ 2023-01-16  9:51 UTC (permalink / raw)
  To: 60836; +Cc: Cayetano Santos

From: Cayetano Santos <csantosb@inventati.org>

*  (emacs-org-reveal): Update to 20222711-1.f55c85.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5f60d82ad5..dfbd51ac0a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22357,10 +22357,10 @@ (define-public emacs-org-ref
     (license license:gpl3+)))
 
 (define-public emacs-org-reveal
-  (let ((commit "fe9148b670d144124d9697fcf5d0528f19025104"))
+  (let ((commit "f55c851bf6aeb1bb2a7f6cf0f2b7bd0e79c4a5a0"))
     (package
       (name "emacs-org-reveal")
-      (version (git-version "20210902" "1" commit))
+      (version (git-version "20222711" "1" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -22369,7 +22369,7 @@ (define-public emacs-org-reveal
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "034gkbc03z9jzj7ad34mmqgmvj4f14ap7iixh3zx4wp2ipw5xb7c"))))
+                  "1ck8v9qwk434w4ib9bmlmpqmiv8k1is5bcr5h7pnswgmgma68dka"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/yjwen/org-reveal")
       (synopsis "Org and Reveal.js powered HTML presentation tool")

base-commit: 238f965c331990459a69cbc713ca951ad40e6044
-- 
2.38.1





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

* [bug#60836] [PATCH v3] gnu: emacs-org-reveal: Update to 20222711-1.f55c85.
  2023-01-15 18:09 [bug#60836] [PATCH] gnu: emacs-org-reveal: Update to 20222711-1.f55c85 Cayetano Santos via Guix-patches via
  2023-01-16  5:20 ` Maxim Cournoyer
  2023-01-16  9:51 ` [bug#60836] [PATCH v2] " csantosb--- via Guix-patches via
@ 2023-01-16 10:04 ` Cayetano Santos via Guix-patches via
  2023-01-16 16:45   ` bug#60836: [PATCH] " Maxim Cournoyer
  2 siblings, 1 reply; 5+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2023-01-16 10:04 UTC (permalink / raw)
  To: 60836; +Cc: Cayetano Santos

* gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 20222711-1.f55c85.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5f60d82ad5..dfbd51ac0a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22357,10 +22357,10 @@ (define-public emacs-org-ref
     (license license:gpl3+)))
 
 (define-public emacs-org-reveal
-  (let ((commit "fe9148b670d144124d9697fcf5d0528f19025104"))
+  (let ((commit "f55c851bf6aeb1bb2a7f6cf0f2b7bd0e79c4a5a0"))
     (package
       (name "emacs-org-reveal")
-      (version (git-version "20210902" "1" commit))
+      (version (git-version "20222711" "1" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -22369,7 +22369,7 @@ (define-public emacs-org-reveal
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "034gkbc03z9jzj7ad34mmqgmvj4f14ap7iixh3zx4wp2ipw5xb7c"))))
+                  "1ck8v9qwk434w4ib9bmlmpqmiv8k1is5bcr5h7pnswgmgma68dka"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/yjwen/org-reveal")
       (synopsis "Org and Reveal.js powered HTML presentation tool")

base-commit: 238f965c331990459a69cbc713ca951ad40e6044
-- 
2.38.1





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

* bug#60836: [PATCH] gnu: emacs-org-reveal: Update to 20222711-1.f55c85
  2023-01-16 10:04 ` [bug#60836] [PATCH v3] " Cayetano Santos via Guix-patches via
@ 2023-01-16 16:45   ` Maxim Cournoyer
  0 siblings, 0 replies; 5+ messages in thread
From: Maxim Cournoyer @ 2023-01-16 16:45 UTC (permalink / raw)
  To: Cayetano Santos; +Cc: 60836-done

Hi Cayetanos!

Cayetano Santos <csantosb@inventati.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 20222711-1.f55c85.

Thanks for the reworked commit message.  This will make our (committers)
life easier for your future contributions (keep them coming :-)).

Applied!

PS: If you keep me in CC when replying to this bug email, my email
filter will leave it in my INBOX, making sure I see it.

-- 
Thanks,
Maxim




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

end of thread, other threads:[~2023-01-16 16:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-15 18:09 [bug#60836] [PATCH] gnu: emacs-org-reveal: Update to 20222711-1.f55c85 Cayetano Santos via Guix-patches via
2023-01-16  5:20 ` Maxim Cournoyer
2023-01-16  9:51 ` [bug#60836] [PATCH v2] " csantosb--- via Guix-patches via
2023-01-16 10:04 ` [bug#60836] [PATCH v3] " Cayetano Santos via Guix-patches via
2023-01-16 16:45   ` bug#60836: [PATCH] " Maxim Cournoyer

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.