guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: emacs-origami-el: Add patch to fix cl package deprecation.


From: guix-commits
Subject: 01/02: gnu: emacs-origami-el: Add patch to fix cl package deprecation.
Date: Wed, 25 Jan 2023 12:43:07 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 3f58362618880562036e221adf6657c0e76e0372
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Tue Jan 24 13:54:37 2023 +0100

    gnu: emacs-origami-el: Add patch to fix cl package deprecation.
    
    * gnu/packages/emacs-xyz.scm (emacs-origami-el):
    [source] Add patch to fix cl package deprecation.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 27975a4f9d..ebc564cfe1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28775,7 +28775,8 @@ support JSX syntax.")
 (define-public emacs-origami-el
   (let ((commit "1f38085c8f9af7842765ed63f7d6dfe4dab59366")
         (version "1.0")
-        (revision "1"))
+        (revision "1")
+        (patch "1d9c4f120c027a5009b0424270e3aae59f1cb128"))
     (package
       (name "emacs-origami-el")
       (version (git-version version revision commit))
@@ -28788,7 +28789,17 @@ support JSX syntax.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0ha1qsz2p36pqa0sa2sp83lspbgx5lr7930qxnwd585liajzdd9x"))))
+           "0ha1qsz2p36pqa0sa2sp83lspbgx5lr7930qxnwd585liajzdd9x"))
+         (patches
+          (list
+           (origin
+             (method url-fetch)
+             (uri (string-append
+                   "https://github.com/gregsexton/origami.el";
+                   "/commit/" patch ".patch"))
+             (sha256
+              (base32
+               "0yia4dhqjzdidxd77s2ggg6mmj05jbsnwc35myzzhzh1zbq8mrfy")))))))
       (build-system emacs-build-system)
       (propagated-inputs
        (list emacs-dash emacs-s))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]