diff mbox series

[bug#71903,FIX] Fix git commits & typos

Message ID 87cynvhh48.fsf@thanosapollo.org
State New
Headers show
Series [bug#71903,FIX] Fix git commits & typos | expand

Commit Message

Thanos Apollo July 2, 2024, 4:51 p.m. UTC
I've fixed the previous patches, had a couple typos and incorrectly
formatted git commits.  Any input is appreciated, new to guix packaging
& workflow.

Comments

Liliana Marie Prikler July 2, 2024, 6:10 p.m. UTC | #1
Hello,

Am Dienstag, dem 02.07.2024 um 19:51 +0300 schrieb Thanos Apollo:
> I've fixed the previous patches, had a couple typos and incorrectly
> formatted git commits.  Any input is appreciated, new to guix
> packaging & workflow.
It would be nice if you could format your patches using git format-
patch or send them directly via git send-email.  We also have a wrapper
called mumi, which takes care of these things for you.

Use the --reroll-count to version your patches, so that folks can
easily fetch the latest one.

Cheers
Thanos Apollo July 4, 2024, 4:17 p.m. UTC | #2
Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> Hello,
>
> Am Dienstag, dem 02.07.2024 um 19:51 +0300 schrieb Thanos Apollo:
>> I've fixed the previous patches, had a couple typos and incorrectly
>> formatted git commits.  Any input is appreciated, new to guix
>> packaging & workflow.

Thanks, gnosis does not work properly with the current packaged version
of emacsql.  This thread/issue should be closed & the patches discarded.

emacs-eshell-git-prompt patch can be found here
<https://issues.guix.gnu.org/71910>
diff mbox series

Patch

From 9e5caf5bfda6b6e8990d31618f54028be0473059 Mon Sep 17 00:00:00 2001
Message-ID: <9e5caf5bfda6b6e8990d31618f54028be0473059.1719938357.git.public@thanosapollo.org>
From: Thanos Apollo <public@thanosapollo.org>
Date: Tue, 2 Jul 2024 19:33:31 +0300
Subject: [PATCH] gnu: emacs-jabber: Update to 0.8.92-1-0b6msd.

gnu/packages/emacs-xyz.scm (emacs-jabber): Update to a recent commit

Change-Id: I0a9b6bd32b6b6df6f46ad648cf3e165a4cbaa750
---
 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 300de93d0d..4c4bce5cb4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20298,8 +20298,8 @@  (define-public emacs-eglot-x
 
 (define-public emacs-jabber
   ;; No releases available.
-  (let ((commit "af0315e174fa6446d5c4dd3e6465d48912950e58")
-        (revision "0"))
+  (let ((commit "0b6msdyvhjr4v4j8hl6kmcjks88iq001w1fhjgfvg8ii9n77n6xn")
+        (revision "1"))
     (package
       (name "emacs-jabber")
       (version (git-version "0.8.92" revision commit))
@@ -20311,7 +20311,7 @@  (define-public emacs-jabber
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "08q0hbm4pvp8sf261w1ihqa93sg8blfybfkhq7wrnvgs6kasgwvq"))))
+                  "0b6msdyvhjr4v4j8hl6kmcjks88iq001w1fhjgfvg8ii9n77n6xn"))))
       (build-system emacs-build-system)
       (arguments
        (list

base-commit: 69089674bb9fb2cc7b3285b73fb7dda7d99a2550
prerequisite-patch-id: d920223ad4dd8c4e1b3e2e95b047ace057eeddf8
prerequisite-patch-id: 07ac296867bd8fc715b37af46b67823932c5ea75
-- 
2.45.2