guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-arduino-mode: Update to 1.3.0-0-652c6a


From: guix-commits
Subject: branch master updated: gnu: emacs-arduino-mode: Update to 1.3.0-0-652c6a3.
Date: Sat, 27 Aug 2022 05:25:54 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b07180a13b gnu: emacs-arduino-mode: Update to 1.3.0-0-652c6a3.
b07180a13b is described below

commit b07180a13b97bf9108f84e9602b1310a21699845
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Aug 27 11:23:58 2022 +0200

    gnu: emacs-arduino-mode: Update to 1.3.0-0-652c6a3.
    
    * gnu/packages/emacs-xyz.scm (emacs-arduino-mode): Update to 
1.3.0-0-652c6a3.
    [source]: Move upstream to repo.or.cz.
    [arguments]: Remove unnecessary phases.
    [home-page]: Update to repo.or.cz.
---
 gnu/packages/emacs-xyz.scm | 23 ++++++-----------------
 1 file changed, 6 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ad80df2927..17adecd975 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24441,37 +24441,26 @@ other frame parameters.")
     (license license:gpl3+)))
 
 (define-public emacs-arduino-mode
-  (let ((commit "23ae47c9f28f559e70b790b471f20310e163a39b")
-        (revision "1"))                 ;no release yet
+  (let ((commit "652c6a328fa8f2db06534d5f231c6b6933be3edc")
+        (revision "0"))
     (package
       (name "emacs-arduino-mode")
-      (version (git-version "0" revision commit))
+      (version (git-version "1.3.0" revision commit))
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/stardiviner/arduino-mode";)
+               (url "https://repo.or.cz/arduino-mode";)
                (commit commit)))
          (sha256
-          (base32 "08vnbz9gpah1l93fzfd87aawrhcnh2v1kyfxgsn88pdwg8awz8rx"))
+          (base32 "16izwrk1dfsa14kylfhsxdwkx76g0jdk0znl1z7cypxh5q9ijy1x"))
          (file-name (git-file-name name version))))
       (build-system emacs-build-system)
-      (arguments
-       `(#:phases
-         (modify-phases %standard-phases
-           ;; Emacs complains that "defmethod" and "defgeneric" are obsolete
-           ;; macros when compiling. Substitute them with the recommended
-           ;; macros "cl-defmethod" and "cl-defgeneric", respectively.
-           (add-after 'unpack 'fix-obsolete
-             (lambda _
-               (substitute* "ede-arduino.el"
-                 (("defmethod") "cl-defmethod")
-                 (("defgeneric") "cl-defgeneric")))))))
       (inputs
        (list emacs-flycheck emacs-spinner))
       (synopsis "Emacs major mode for editing Arduino sketches")
       (description "Emacs major mode for editing Arduino sketches.")
-      (home-page "https://github.com/stardiviner/arduino-mode";)
+      (home-page "https://repo.or.cz/arduino-mode";)
       (license license:gpl3+))))
 
 (define-public emacs-annalist



reply via email to

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