unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49668] [PATCH 1/2] gnu: emacs-org-roam: Update to 2.0.0.
@ 2021-07-20 19:31 Vinicius Monego
  2021-07-20 19:33 ` [bug#49668] [PATCH 2/2] gnu: emacs-org-roam-bibtex: Update to 0.6.0 Vinicius Monego
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Vinicius Monego @ 2021-07-20 19:31 UTC (permalink / raw)
  To: 49668; +Cc: Vinicius Monego

* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.0.0.
[propagated-inputs]: Add emacs-magit.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 41608d71e0..8b188a1d3e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27846,7 +27846,7 @@ snippets for Emacs.")
 (define-public emacs-org-roam
   (package
     (name "emacs-org-roam")
-    (version "1.2.4")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -27855,7 +27855,7 @@ snippets for Emacs.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10jrnjq65lpg1x8d7lqc537yai9m6pdnfbzwr87fcyv6f8yii8xn"))))
+        (base32 "0mslrdgd41czay3w7znz4qsv1h0p3zqfsq6bkyxmxfyd2w5z82zf"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases
@@ -27878,6 +27878,7 @@ snippets for Emacs.")
         `(("emacs-dash" ,emacs-dash)
           ("emacs-emacsql-sqlite3" ,emacs-emacsql-sqlite3)
           ("emacs-f" ,emacs-f)
+          ("emacs-magit" ,emacs-magit)
           ("emacs-org" ,emacs-org)
           ("emacs-s" ,emacs-s)))
        (home-page "https://github.com/org-roam/org-roam/")
-- 
2.30.2





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

* [bug#49668] [PATCH 2/2] gnu: emacs-org-roam-bibtex: Update to 0.6.0.
  2021-07-20 19:31 [bug#49668] [PATCH 1/2] gnu: emacs-org-roam: Update to 2.0.0 Vinicius Monego
@ 2021-07-20 19:33 ` Vinicius Monego
  2021-07-20 19:53 ` [bug#49668] [PATCH 1/2] gnu: emacs-org-roam: Update to 2.0.0 Pierre Langlois
  2021-07-27 17:11 ` bug#49668: " Nicolas Goaziou
  2 siblings, 0 replies; 6+ messages in thread
From: Vinicius Monego @ 2021-07-20 19:33 UTC (permalink / raw)
  To: 49668; +Cc: Vinicius Monego

* gnu/packages/emacs-xyz.scm (emacs-org-roam-bibtex): Update to 0.6.0.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8b188a1d3e..d3be38d065 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27893,7 +27893,7 @@ personal wiki.")
 (define-public emacs-org-roam-bibtex
   (package
     (name "emacs-org-roam-bibtex")
-    (version "0.6.0-pre.2")
+    (version "0.6.0")
     (source
      (origin
        (method git-fetch)
@@ -27902,7 +27902,7 @@ personal wiki.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cjj7lx73qg4yw84r3b8fqhp5r74bzi57nvnvbvbck4i33ywqwx5"))))
+        (base32 "04vc2w7x2lyamp0qa1y274smsf9x2qxr1igrpz9f4y5ha5332px5"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-helm-bibtex" ,emacs-helm-bibtex)
-- 
2.30.2





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

* [bug#49668] [PATCH 1/2] gnu: emacs-org-roam: Update to 2.0.0.
  2021-07-20 19:31 [bug#49668] [PATCH 1/2] gnu: emacs-org-roam: Update to 2.0.0 Vinicius Monego
  2021-07-20 19:33 ` [bug#49668] [PATCH 2/2] gnu: emacs-org-roam-bibtex: Update to 0.6.0 Vinicius Monego
@ 2021-07-20 19:53 ` Pierre Langlois
  2021-07-21 14:58   ` Vinicius Monego
  2021-07-27 17:11 ` bug#49668: " Nicolas Goaziou
  2 siblings, 1 reply; 6+ messages in thread
From: Pierre Langlois @ 2021-07-20 19:53 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 49668

[-- Attachment #1: Type: text/plain, Size: 561 bytes --]

Hi Vinicius,

Vinicius Monego writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.0.0.
> [propagated-inputs]: Add emacs-magit.

Given the v1 -> v2 migration requires a manual process, it might be a
good idea to keep a v1 package for users that may want to stay on it for
a little bit longer, what do you think? The author has kept a
https://github.com/org-roam/org-roam-v1 repository for this effect.

Otherwise I tested the update and it looks good to me! I was able to
migrate successfully, but I don't have that many notes.

Thanks,
Pierre

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 519 bytes --]

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

* [bug#49668] [PATCH 1/2] gnu: emacs-org-roam: Update to 2.0.0.
  2021-07-20 19:53 ` [bug#49668] [PATCH 1/2] gnu: emacs-org-roam: Update to 2.0.0 Pierre Langlois
@ 2021-07-21 14:58   ` Vinicius Monego
  2021-07-21 16:01     ` Pierre Langlois
  0 siblings, 1 reply; 6+ messages in thread
From: Vinicius Monego @ 2021-07-21 14:58 UTC (permalink / raw)
  To: Pierre Langlois; +Cc: 49668

Hi Pierre,

Em ter, 2021-07-20 às 20:53 +0100, Pierre Langlois escreveu:
> Given the v1 -> v2 migration requires a manual process, it might be a
> good idea to keep a v1 package for users that may want to stay on it
> for
> a little bit longer, what do you think? The author has kept a
> https://github.com/org-roam/org-roam-v1 repository for this effect.

The description of that repository says "No longer actively maintained.
" and the README recommends the migration. That is my main concern,
introducing a package that we know for a fact that is unmaintained and
don't have a schedule for removal. It feels more like a use case for a
custom channel.

Another option is to hold this update until 2.0.1 after v2 is more
widely used, though Guix users who wish to migrate now would have to
update manually in that case.

I will wait for more feedback on this.

Vinicius





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

* [bug#49668] [PATCH 1/2] gnu: emacs-org-roam: Update to 2.0.0.
  2021-07-21 14:58   ` Vinicius Monego
@ 2021-07-21 16:01     ` Pierre Langlois
  0 siblings, 0 replies; 6+ messages in thread
From: Pierre Langlois @ 2021-07-21 16:01 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 49668, Pierre Langlois

[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]

Hi Vinicius,

Vinicius Monego writes:

> Hi Pierre,
>
> Em ter, 2021-07-20 às 20:53 +0100, Pierre Langlois escreveu:
>> Given the v1 -> v2 migration requires a manual process, it might be a
>> good idea to keep a v1 package for users that may want to stay on it
>> for
>> a little bit longer, what do you think? The author has kept a
>> https://github.com/org-roam/org-roam-v1 repository for this effect.
>
> The description of that repository says "No longer actively maintained.
> " and the README recommends the migration. That is my main concern,
> introducing a package that we know for a fact that is unmaintained and
> don't have a schedule for removal. It feels more like a use case for a
> custom channel.

That's a fair point, we might forget to ever remove the old v1 package
:-). I don't have a strong opinion given I was able to migrate myself
without any trouble, there was many posts in the community about the
migration that made me feel we might want to be cautious.

But thinking about it more now, emacs makes it easy to install packages
manually, so if one really needs to stay on v1 for a bit, they can
always do it outside of Guix.

So you can consider my mind changed on this matter :-).

Thanks,
Pierre

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 519 bytes --]

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

* bug#49668: [PATCH 1/2] gnu: emacs-org-roam: Update to 2.0.0.
  2021-07-20 19:31 [bug#49668] [PATCH 1/2] gnu: emacs-org-roam: Update to 2.0.0 Vinicius Monego
  2021-07-20 19:33 ` [bug#49668] [PATCH 2/2] gnu: emacs-org-roam-bibtex: Update to 0.6.0 Vinicius Monego
  2021-07-20 19:53 ` [bug#49668] [PATCH 1/2] gnu: emacs-org-roam: Update to 2.0.0 Pierre Langlois
@ 2021-07-27 17:11 ` Nicolas Goaziou
  2 siblings, 0 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2021-07-27 17:11 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 49668-done

Hello,

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.0.0.
> [propagated-inputs]: Add emacs-magit.

Applied both patches. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-07-27 17:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20 19:31 [bug#49668] [PATCH 1/2] gnu: emacs-org-roam: Update to 2.0.0 Vinicius Monego
2021-07-20 19:33 ` [bug#49668] [PATCH 2/2] gnu: emacs-org-roam-bibtex: Update to 0.6.0 Vinicius Monego
2021-07-20 19:53 ` [bug#49668] [PATCH 1/2] gnu: emacs-org-roam: Update to 2.0.0 Pierre Langlois
2021-07-21 14:58   ` Vinicius Monego
2021-07-21 16:01     ` Pierre Langlois
2021-07-27 17:11 ` bug#49668: " Nicolas Goaziou

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).