guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-el-patch: Update to 3.0.


From: guix-commits
Subject: 02/02: gnu: emacs-el-patch: Update to 3.0.
Date: Sun, 24 Apr 2022 07:28:47 -0400 (EDT)

jlicht pushed a commit to branch master
in repository guix.

commit 0a815a08d384af18051378762edd2f71e6ce66fa
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Sun Apr 24 12:57:02 2022 +0200

    gnu: emacs-el-patch: Update to 3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-el-patch): Update to 3.0.
    [arguments]<phases>: Re-enable validate-compiled-autoloads.
---
 gnu/packages/emacs-xyz.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d9f99fbb47..bf0e0da7b3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25955,7 +25955,7 @@ all of your projects, then override or add variables on 
a per-project basis.")
 (define-public emacs-el-patch
   (package
     (name "emacs-el-patch")
-    (version "2.4")
+    (version "3.0")
     (source
      (origin
        (method git-fetch)
@@ -25964,14 +25964,8 @@ all of your projects, then override or add variables 
on a per-project basis.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vankik1dh2yd554h59s5vlzanwx8sx9j31kr15830m3hfgikygz"))))
+        (base32 "0qkx7f19kl85n56bp3q40200a6ynpkhimcnb3k6x4n6idn6ff2pa"))))
     (build-system emacs-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         ;; XXX: The `validate-compiled-autoloads' phase fails with "Symbol’s
-         ;; value as variable is void: el-patch-deftype".
-         (delete 'validate-compiled-autoloads))))
     (home-page "https://github.com/raxod502/el-patch";)
     (synopsis "Future-proof your Emacs customizations")
     (description "This package allows for an alternate definition of an Elisp



reply via email to

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