[PATCH] gnu: emacs-emacsql: Update to 3.1.1-2-29194a6.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Thanos Apollo
Owner
unassigned
Submitted by
Thanos Apollo
Severity
normal
T
T
Thanos Apollo wrote on 8 Jul 19:48 +0200
(address . guix-patches@gnu.org)(name . Thanos Apollo)(address . public@thanosapollo.org)
3db9ad975e2308fa0ea16d7d6a68f16d63cb0ba3.1720460638.git.public@thanosapollo.org
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to commit
29194a6.

Change-Id: I2b5cb10f62c2a9fe07bdd03a4688a2c4d0435e30
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (19 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d5257f16a9..c8c6f6ebd1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23271,8 +23271,8 @@ (define-public emacs-finalize
(license license:unlicense)))
(define-public emacs-emacsql
- (let ((commit "29194a63ede3ee24c7457c2fde03b0f1320ca4b1")
- (revision "1"))
+ (let ((commit "1abwc7kzlmk6z68glnya6kxffrrqrhgpwrpzqpjc1l179gg1i1rg")
+ (revision "2"))
(package
(name "emacs-emacsql")
(version (git-version "3.1.1" revision commit))

base-commit: 13f0f52314244f08eb9fdd626d907c0c3976e06a
--
2.45.2
T
T
Thanos Apollo wrote on 15 Jul 12:08 +0200
[PATCH 1/2] gnu: Add emacs-0x0.
(address . 72000@debbugs.gnu.org)(name . Thanos Apollo)(address . public@thanosapollo.org)
b7a385183d07ce600e166bb48ac663d21c5336ff.1721038085.git.public@thanosapollo.org
* gnu/packages/emacs-xyz.scm (emacs-0x0): New variable.

Change-Id: I4d76a3abc33537b788eb79aa2e4990d22335b7be
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

Toggle diff (38 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 99e1d4c65c..95566b777b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -294,6 +294,29 @@ (define-module (gnu packages emacs-xyz)
;;; Emacs hacking.
;;;
+(define-public emacs-0x0
+ (let ((commit "04f95142b25d8bb701f239539176df6617dcd982")
+ (revision "0"))
+ (package
+ (name "emacs-0x0")
+ (version (git-version "1.0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~willvaughn/emacs-0x0")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0vj9vrfkgm7plp5mvq22fm9sln11j9763g3wd2w6c82rlsk6dhva"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/emacsorphanage/ac-ispell")
+ (synopsis "Integration with https://0x0.st, envs.sh, ttm.sh, and self-hosted services.")
+ (description
+ "0x0 is a pastebin integration tool. Functionality includes uploading
+the current buffer, a file on your disk, or a string from the kill ring.")
+ (license license:gpl3+))))
+
(define-public emacs-ac-ispell
(let ((commit "22bace7387e9012002a6a444922f75f9913077b0")
(revision "1"))

base-commit: eb508e32d2d359c94d2cabebfe90dc32ca5dcf4f
--
2.45.2
T
T
Thanos Apollo wrote on 15 Jul 12:08 +0200
[PATCH 2/2] gnu: emacs-gnosis: Update to 0.3.1.
(address . 72000@debbugs.gnu.org)(name . Thanos Apollo)(address . public@thanosapollo.org)
bef5f119cb402ea7f62255c89ffef7edcdb167f4.1721038085.git.public@thanosapollo.org
* gnu/packages/emacs-xyz.scm (emacs-gnosis): Update to 0.3.1.

Change-Id: I7ecb8b16f0fde450516bb186aa6b035fc7c6cc73
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 95566b777b..f29e9a0ab4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18065,7 +18065,7 @@ (define-public emacs-gn-mode
(define-public emacs-gnosis
(package
(name "emacs-gnosis")
- (version "0.3.0")
+ (version "0.3.1")
(source
(origin
(method git-fetch)
@@ -18074,7 +18074,7 @@ (define-public emacs-gnosis
(commit version)))
(sha256
(base32
- "19mzyg4hg6mplv3s2kb8xiaw06zkbj7a3gvfvy51cwvb8k979ap6"))
+ "07n4v8qb3c3gszw95gvsliivpsazlkqalcls5lfgl8v7vlbvlig2"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat emacs-emacsql))
--
2.45.2
N
N
Nicolas Goaziou wrote on 21 Jul 13:41 +0200
Re: [bug#72000] [PATCH 1/2] gnu: Add emacs-0x0.
(name . Thanos Apollo)(address . public@thanosapollo.org)
87le1vj7ke.fsf@nicolasgoaziou.fr
Hello,

Thanos Apollo <public@thanosapollo.org> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-0x0): New variable.

Applied, with slight changes. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72000@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72000
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch