GNU bug report logs - #69816
[PATCH] gnu: emacs-org-dailies: Update to 0-2.f2dfc22.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 15 Mar 2024 19:14:02 UTC

Severity: normal

Tags: patch

Done: Andrew Tropin <andrew <at> trop.in>

To reply to this bug, email your comments to 69816 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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#69816; Package guix-patches. (Fri, 15 Mar 2024 19:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Graves <ngraves <at> ngraves.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 15 Mar 2024 19:14:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [PATCH] gnu: emacs-org-dailies: Update to 0-2.f2dfc22.
Date: Fri, 15 Mar 2024 20:12:18 +0100
* gnu/packages/emacs-xyz.scm (emacs-org-dailies): Update to 0-2.f2dfc22.

Change-Id: I65d674e91f9ae92766bcce6bd089108df30dc19f
---
 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 8c3fc5e022..759f8c23ef 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11124,8 +11124,8 @@ (define-public emacs-org-appear
 
 (define-public emacs-org-dailies
   ;; No tags or versions.
-  (let ((commit "58e58d4968ddb70312160def1c7c3c00382ef655")
-        (revision "1"))
+  (let ((commit "f2dfc221d3566c6241f87c331667f96569651ada")
+        (revision "2"))
     (package
       (name "emacs-org-dailies")
       (version (git-version "0" revision commit))
@@ -11137,7 +11137,7 @@ (define-public emacs-org-dailies
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "15xhpxkg2cn2fwaql99gnqcdl012g29lxn9fqb6s282mhr9yan7c"))))
+          (base32 "1nwa2dp1b03smyg8pvwqql1cwmcs4qdszw13ik02d51m238a6wy5"))))
       (build-system emacs-build-system)
       (home-page "https://git.sr.ht/~ngraves/org-dailies")
       (synopsis "Bare-bones daily journaling with Emacs")
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69816; Package guix-patches. (Thu, 25 Apr 2024 10:02:11 GMT) Full text and rfc822 format available.

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

From: Andrew Tropin <andrew <at> trop.in>
To: Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org>,
 69816-done <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr
Subject: Re: [bug#69816] [PATCH] gnu: emacs-org-dailies: Update to 0-2.f2dfc22.
Date: Thu, 25 Apr 2024 13:00:24 +0300
[Message part 1 (text/plain, inline)]
On 2024-03-15 20:12, Nicolas Graves via Guix-patches via wrote:

> * gnu/packages/emacs-xyz.scm (emacs-org-dailies): Update to 0-2.f2dfc22.
>
> Change-Id: I65d674e91f9ae92766bcce6bd089108df30dc19f
> ---
>  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 8c3fc5e022..759f8c23ef 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -11124,8 +11124,8 @@ (define-public emacs-org-appear
>  
>  (define-public emacs-org-dailies
>    ;; No tags or versions.
> -  (let ((commit "58e58d4968ddb70312160def1c7c3c00382ef655")
> -        (revision "1"))
> +  (let ((commit "f2dfc221d3566c6241f87c331667f96569651ada")
> +        (revision "2"))
>      (package
>        (name "emacs-org-dailies")
>        (version (git-version "0" revision commit))
> @@ -11137,7 +11137,7 @@ (define-public emacs-org-dailies
>                 (commit commit)))
>           (file-name (git-file-name name version))
>           (sha256
> -          (base32 "15xhpxkg2cn2fwaql99gnqcdl012g29lxn9fqb6s282mhr9yan7c"))))
> +          (base32 "1nwa2dp1b03smyg8pvwqql1cwmcs4qdszw13ik02d51m238a6wy5"))))
>        (build-system emacs-build-system)
>        (home-page "https://git.sr.ht/~ngraves/org-dailies")
>        (synopsis "Bare-bones daily journaling with Emacs")

Hi Nicolas!

Applied, pushed as
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=e5c130c0f9

Thank you!

-- 
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]

Reply sent to Andrew Tropin <andrew <at> trop.in>:
You have taken responsibility. (Thu, 25 Apr 2024 10:02:18 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Graves <ngraves <at> ngraves.fr>:
bug acknowledged by developer. (Thu, 25 Apr 2024 10:02:19 GMT) Full text and rfc822 format available.

This bug report was last modified 9 days ago.

Previous Next


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