GNU bug report logs - #36091
[PATCH] gnu: Add emacs-excorporate

Previous Next

Package: guix-patches;

Reported by: TK <tkprom <at> protonmail.com>

Date: Tue, 4 Jun 2019 14:23:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


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

From: phodina <phodina <at> protonmail.com>
To: "36091 <at> debbugs.gnu.org" <36091 <at> debbugs.gnu.org>
Subject: [PATCH v2 5/6] gnu: Add emacs-fsm.
Date: Thu, 04 Nov 2021 21:36:58 +0000
* gnu/packages/emacs-xyz.scm (emacs-fsm): New variable.

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 896fa724d8..ba33974e1b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25718,6 +25718,24 @@ (define-public emacs-soap-client
       "This package provides a SOAP client to access web services.")
     (license license:gpl3+)))

+(define-public emacs-fsm
+  (package
+    (name "emacs-fsm")
+    (version "0.2.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "https://elpa.gnu.org/packages/fsm-" version ".el"))
+        (sha256
+          (base32
+            "1jyxyqdbfl8nv7c50q0sg3w5p7whp1sqgi7w921k5hfar4d11qqp"))))
+    (build-system emacs-build-system)
+    (home-page "https://elpa.gnu.org/packages/fsm.html")
+    (synopsis "Finite State Machine library")
+    (description "This package provides Finite State Machine library to
+make asynchronous programming in Emacs Lisp easy and fun.")
+    (license license:gpl3+)))
+
 (define-public emacs-evil-traces
   (let ((commit "1931e3ea2c64b4aec393a9c25063c330deff55e3")
         (revision "2"))
--
2.33.1




This bug report was last modified 3 years and 251 days ago.

Previous Next


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