unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65498] [PATCH] gnu: emacs-org-inline-pdf: Update to 0.4a.
@ 2023-08-24 13:22 Cayetano Santos via Guix-patches via
  2023-08-28  7:17 ` [bug#65498] [PATCH v1] gnu: emacs-org-inline-pdf: Update to 0.5 Cayetano Santos via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2023-08-24 13:22 UTC (permalink / raw)
  To: 65498; +Cc: Cayetano Santos

* 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





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

* [bug#65498] [PATCH v1] gnu: emacs-org-inline-pdf: Update to 0.5.
  2023-08-24 13:22 [bug#65498] [PATCH] gnu: emacs-org-inline-pdf: Update to 0.4a Cayetano Santos via Guix-patches via
@ 2023-08-28  7:17 ` Cayetano Santos via Guix-patches via
  2023-09-12  7:37   ` bug#65498: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2023-08-28  7:17 UTC (permalink / raw)
  To: 65498; +Cc: Cayetano Santos

* 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





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

* bug#65498: [PATCH v1] gnu: emacs-org-inline-pdf: Update to 0.5.
  2023-08-28  7:17 ` [bug#65498] [PATCH v1] gnu: emacs-org-inline-pdf: Update to 0.5 Cayetano Santos via Guix-patches via
@ 2023-09-12  7:37   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2023-09-12  7:37 UTC (permalink / raw)
  To: Cayetano Santos; +Cc: 65498-close

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


Cayetano Santos via Guix-patches via <guix-patches@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.

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

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

end of thread, other threads:[~2023-09-12  7:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24 13:22 [bug#65498] [PATCH] gnu: emacs-org-inline-pdf: Update to 0.4a Cayetano Santos via Guix-patches via
2023-08-28  7:17 ` [bug#65498] [PATCH v1] gnu: emacs-org-inline-pdf: Update to 0.5 Cayetano Santos via Guix-patches via
2023-09-12  7:37   ` bug#65498: " Christopher Baines

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