GNU bug report logs - #59998
[PATCH] gnu: emacs-xyz: Update emacs-dashboard

Previous Next

Package: guix-patches;

Reported by: florhizome <at> posteo.net

Date: Mon, 12 Dec 2022 10:40:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59998 in the body.
You can then email your comments to 59998 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#59998; Package guix-patches. (Mon, 12 Dec 2022 10:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to florhizome <at> posteo.net:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 12 Dec 2022 10:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: florhizome <at> posteo.net
To: guix-patches <at> gnu.org
Cc: florhizome <florhizome <at> posteo.net>
Subject: [PATCH] gnu: emacs-xyz: Update emacs-dashboard
Date: Mon, 12 Dec 2022 10:39:46 +0000
From: florhizome <florhizome <at> posteo.net>


* gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to newest commit
---
 gnu/packages/emacs-xyz.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 18d1989124..469022fbe0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22974,18 +22974,21 @@ (define-public emacs-highlight-escape-sequences
       (license license:gpl3+))))
 
 (define-public emacs-dashboard
+  (let ((version "1.8.0")
+        (commit "6cdefdfd96c740d0e744b0c346360e28afad3acf")
+        (revision "0"))
   (package
     (name "emacs-dashboard")
-    (version "1.7.0")
+    (version (git-version version revision commit))
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/rakanalh/emacs-dashboard")
-             (commit version)))
+             (commit commit)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qv4cqjy2s2d2bysbq10vq1axpbd8qc3jn1s1r81lxqkcja8zasa"))))
+        (base32 "1iwp3rzi76hfwysi5a39zj9lv9140mzvqbccl69g3d5jnzd90h28"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-page-break-lines))
@@ -23005,7 +23008,7 @@ (define-public emacs-dashboard
     (synopsis "Startup screen extracted from Spacemacs")
     (description "This package provides an extensible Emacs dashboard, with
 sections for bookmarks, projectil projects, org-agenda and more.")
-    (license license:gpl3+)))
+    (license license:gpl3+))))
 
 (define-public emacs-slime-company
   (package
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#59998; Package guix-patches. (Mon, 12 Dec 2022 12:27:02 GMT) Full text and rfc822 format available.

Message #8 received at 59998 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: florhizome <at> posteo.net
Cc: 59998 <at> debbugs.gnu.org
Subject: Re: [bug#59998] [PATCH] gnu: emacs-xyz: Update emacs-dashboard
Date: Mon, 12 Dec 2022 13:26:02 +0100
Hello,

florhizome <at> posteo.net writes:

> * gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to newest
> commit

Thank you.

Is there a reason to use a commit instead of latest release? We usually
prefer the former.

>  (define-public emacs-dashboard
> +  (let ((version "1.8.0")

Version is still 1.7.0. Version keyword mentions 1.8.0-SNAPSHOT, which,
as I read it, means upstream has not released 1.8.0 yet.

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#59998; Package guix-patches. (Mon, 12 Dec 2022 12:29:02 GMT) Full text and rfc822 format available.

Message #11 received at 59998 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: florhizome <at> posteo.net
Cc: 59998 <at> debbugs.gnu.org
Subject: Re: [bug#59998] [PATCH] gnu: emacs-xyz: Update emacs-dashboard
Date: Mon, 12 Dec 2022 13:28:33 +0100
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:

> Is there a reason to use a commit instead of latest release? We usually
> prefer the former.

I meant "the latter". Duh.




Information forwarded to guix-patches <at> gnu.org:
bug#59998; Package guix-patches. (Tue, 20 Dec 2022 18:13:01 GMT) Full text and rfc822 format available.

Message #14 received at 59998 <at> debbugs.gnu.org (full text, mbox):

From: Florian <florhizome <at> posteo.net>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 59998 <at> debbugs.gnu.org
Subject: Re: [bug#59998] [PATCH] gnu: emacs-xyz: Update emacs-dashboard
Date: Tue, 20 Dec 2022 18:12:12 +0000
Hi!

On 2022-12-12, 13:26 +0100, Nicolas Goaziou <mail <at> nicolasgoaziou.fr> wrote:

> Hello,
>
> florhizome <at> posteo.net writes:
>
>> * gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to newest
>> commit
>
> Thank you.
>
> Is there a reason to use a commit instead of latest release? We usually
> prefer the former.
>

Because the latest release is in february 2020, and my personal problems
have started much later, I think a few months ago.




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Thu, 22 Dec 2022 22:35:02 GMT) Full text and rfc822 format available.

Notification sent to florhizome <at> posteo.net:
bug acknowledged by developer. (Thu, 22 Dec 2022 22:35:02 GMT) Full text and rfc822 format available.

Message #19 received at 59998-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: florhizome <at> posteo.net
Cc: 59998-done <at> debbugs.gnu.org
Subject: Re: [bug#59998] [PATCH] gnu: emacs-xyz: Update emacs-dashboard
Date: Thu, 22 Dec 2022 23:34:46 +0100
Hello,

florhizome <at> posteo.net writes:

> From: florhizome <florhizome <at> posteo.net>
>
>
> * gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to newest
> commit

Switched base version to 1.7.0 and applied. Thank you.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 20 Jan 2023 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 145 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.