GNU bug report logs - #65498
[PATCH] gnu: emacs-org-inline-pdf: Update to 0.4a.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Thu, 24 Aug 2023 13:23:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 65498 in the body.
You can then email your comments to 65498 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#65498; Package guix-patches. (Thu, 24 Aug 2023 13:23:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 24 Aug 2023 13:23:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-org-inline-pdf: Update to 0.4a.
Date: Thu, 24 Aug 2023 15:22:00 +0200
* gnu/packages/emacs-xyz.scm (emacs-org-inline-pdf): Update to 0.4a.
---
 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 977d553ea5..434663f032 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7161,7 +7161,7 @@ (define-public emacs-org-chef
 (define-public emacs-org-inline-pdf
   (package
     (name "emacs-org-inline-pdf")
-    (version "0.3")
+    (version "0.4a")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7170,7 +7170,7 @@ (define-public emacs-org-inline-pdf
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1i5hvdnd0bqr663i2ccdxba58ib0ixmc1y40mld6znmgc8p2973l"))))
+                "0dm4j5fx88hr1a7s6kk4f4fbrqd0an2xr5mqki5wmrwsl9wl4698"))))
     (build-system emacs-build-system)
     (inputs
      (list pdf2svg))

base-commit: 3ce3466311953cc5f00a4fb34ff094a9a3501399
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#65498; Package guix-patches. (Mon, 28 Aug 2023 07:18:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: 65498 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH v1] gnu: emacs-org-inline-pdf: Update to 0.5.
Date: Mon, 28 Aug 2023 09:17:03 +0200
* gnu/packages/emacs-xyz.scm (emacs-org-inline-pdf): Update to 0.5.
---
 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 977d553ea5..16223f2cf1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7161,7 +7161,7 @@ (define-public emacs-org-chef
 (define-public emacs-org-inline-pdf
   (package
     (name "emacs-org-inline-pdf")
-    (version "0.3")
+    (version "0.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7170,7 +7170,7 @@ (define-public emacs-org-inline-pdf
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1i5hvdnd0bqr663i2ccdxba58ib0ixmc1y40mld6znmgc8p2973l"))))
+                "04rfv4qsyhc8w23hbzw8k5f292lafkgf1n0gbbkgc93gifx91s4f"))))
     (build-system emacs-build-system)
     (inputs
      (list pdf2svg))

base-commit: 3ce3466311953cc5f00a4fb34ff094a9a3501399
-- 
2.41.0





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 12 Sep 2023 07:39:01 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Tue, 12 Sep 2023 07:39:02 GMT) Full text and rfc822 format available.

Message #13 received at 65498-close <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: 65498-close <at> debbugs.gnu.org
Subject: Re: [bug#65498] [PATCH v1] gnu: emacs-org-inline-pdf: Update to 0.5.
Date: Tue, 12 Sep 2023 08:37:54 +0100
[Message part 1 (text/plain, inline)]
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-inline-pdf): Update to 0.5.
> ---
>  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 977d553ea5..16223f2cf1 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -7161,7 +7161,7 @@ (define-public emacs-org-chef
>  (define-public emacs-org-inline-pdf
>    (package
>      (name "emacs-org-inline-pdf")
> -    (version "0.3")
> +    (version "0.5")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -7170,7 +7170,7 @@ (define-public emacs-org-inline-pdf
>                (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "1i5hvdnd0bqr663i2ccdxba58ib0ixmc1y40mld6znmgc8p2973l"))))
> +                "04rfv4qsyhc8w23hbzw8k5f292lafkgf1n0gbbkgc93gifx91s4f"))))
>      (build-system emacs-build-system)
>      (inputs
>       (list pdf2svg))
>
> base-commit: 3ce3466311953cc5f00a4fb34ff094a9a3501399

This looks to have happened in baa70d2d2f52f62d689ceed59015ff052ef42565.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 10 Oct 2023 11:24:22 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 214 days ago.

Previous Next


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