guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: emasc-geiser: Update to 0.16.


From: guix-commits
Subject: 01/03: gnu: emasc-geiser: Update to 0.16.
Date: Tue, 25 May 2021 05:29:03 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6602d89a14d80b13373996a05d3c10b1ad251188
Author: Alexandr Vityazev <avityazev@posteo.org>
AuthorDate: Thu May 20 15:01:49 2021 +0000

    gnu: emasc-geiser: Update to 0.16.
    
    * gnu/packages/emacs-xyz (emacs-geiser): Update to 0.16.
    [patches]: Remove.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cc843bf..6783e62 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -221,7 +221,7 @@
 (define-public emacs-geiser
   (package
     (name "emacs-geiser")
-    (version "0.13")
+    (version "0.16")
     (source
      (origin
        (method git-fetch)
@@ -230,9 +230,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0bwjcfmcyv6z0i5ivqirgcibxdkrlf5vyxcbj7k8dk7flwg1fpd9"))
-       (patches
-        (search-patches 
"emacs-geiser-autoload-activate-implementation.patch"))))
+        (base32 "18gx7ak2ldpmqbimnq221dn2qg7qwm5n1mj6ajymwkgvqwcrsl2r"))))
     (build-system emacs-build-system)
     (arguments
      '(#:phases



reply via email to

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