all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45048] Upgrade emacs-emacsql-sqlite3 to 1.0.2
@ 2020-12-05  4:31 rdes via Guix-patches via
  2020-12-05 16:33 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: rdes via Guix-patches via @ 2020-12-05  4:31 UTC (permalink / raw)
  To: 45048

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

Hello,

The attached patch that upgrades emacs-emacsql-sqlite3 to 1.0.2.

Ryan Desfosses

Sent with [ProtonMail](https://protonmail.com) Secure Email.

[-- Attachment #2: Type: text/html, Size: 467 bytes --]

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

* [bug#45048] Upgrade emacs-emacsql-sqlite3 to 1.0.2
  2020-12-05  4:31 [bug#45048] Upgrade emacs-emacsql-sqlite3 to 1.0.2 rdes via Guix-patches via
@ 2020-12-05 16:33 ` Nicolas Goaziou
  2020-12-05 17:37   ` rdes via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2020-12-05 16:33 UTC (permalink / raw)
  To: 45048; +Cc: rdes

Hello,

rdes via Guix-patches via <guix-patches@gnu.org> writes:

> The attached patch that upgrades emacs-emacsql-sqlite3 to 1.0.2.

I think you forgot to add the patch file.

Regards,
-- 
Nicolas Goaziou




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

* [bug#45048] Upgrade emacs-emacsql-sqlite3 to 1.0.2
  2020-12-05 16:33 ` Nicolas Goaziou
@ 2020-12-05 17:37   ` rdes via Guix-patches via
  2020-12-06 11:19     ` bug#45048: " Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: rdes via Guix-patches via @ 2020-12-05 17:37 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 45048

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

Sorry, the missing patch now attached.:)


Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Saturday, December 5, 2020 11:33 AM, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:

> Hello,
>
> rdes via Guix-patches via guix-patches@gnu.org writes:
>
> > The attached patch that upgrades emacs-emacsql-sqlite3 to 1.0.2.
>
> I think you forgot to add the patch file.
>
> Regards,
>
> ------------------------------------------------------
>
> Nicolas Goaziou


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-emacsql-sqlite3-Update-to-1.0.2.patch --]
[-- Type: text/x-patch; name=0001-gnu-emacs-emacsql-sqlite3-Update-to-1.0.2.patch, Size: 1326 bytes --]

From 32955b321c3384547fbf3fa3e41665f1d2903b83 Mon Sep 17 00:00:00 2001
From: Ryan Desfosses <rdes@protonmail.com>
Date: Fri, 4 Dec 2020 23:15:29 -0500
Subject: [PATCH] gnu: emacs-emacsql-sqlite3: Update to 1.0.2.

* gnu/packages/emacs-xyz.scm (emacs-emacsql-sqlite3): Update to 1.0.2.
---
 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 5eb8f7c1ea..5746852f6b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14514,7 +14514,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
 (define-public emacs-emacsql-sqlite3
   (package
     (name "emacs-emacsql-sqlite3")
-    (version "1.0.1")
+    (version "1.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -14523,7 +14523,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1yy9y27rckm776jnl2rh1fz3bh09690xwzq7102vlw7xkb9s7jhj"))))
+                "1jzvvsvi8jm2ws3y49nmpmwd3zlvf8j83rl2vwizd1aplwwdnmd6"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("ert-runner" ,emacs-ert-runner)))
-- 
2.29.2


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

* bug#45048: Upgrade emacs-emacsql-sqlite3 to 1.0.2
  2020-12-05 17:37   ` rdes via Guix-patches via
@ 2020-12-06 11:19     ` Nicolas Goaziou
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2020-12-06 11:19 UTC (permalink / raw)
  To: rdes; +Cc: 45048-done

Hello,

rdes <rdes@protonmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-emacsql-sqlite3): Update to 1.0.2.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2020-12-06 11:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-05  4:31 [bug#45048] Upgrade emacs-emacsql-sqlite3 to 1.0.2 rdes via Guix-patches via
2020-12-05 16:33 ` Nicolas Goaziou
2020-12-05 17:37   ` rdes via Guix-patches via
2020-12-06 11:19     ` bug#45048: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.