guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-guix: Update to 0.3.4.


From: Alex Kost
Subject: 01/01: gnu: emacs-guix: Update to 0.3.4.
Date: Thu, 28 Dec 2017 15:16:08 -0500 (EST)

alezost pushed a commit to branch master
in repository guix.

commit 65f88296fbf2dcebf44c0fcbcf4217c43eca357f
Author: Alex Kost <address@hidden>
Date:   Thu Dec 28 23:09:06 2017 +0300

    gnu: emacs-guix: Update to 0.3.4.
    
    * gnu/packages/emacs.scm (emacs-guix): Update to 0.3.4.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 3d5b67a..862ff74 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1548,7 +1548,7 @@ type, for example: packages, buffers, files, etc.")
 (define-public emacs-guix
   (package
     (name "emacs-guix")
-    (version "0.3.3")
+    (version "0.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/alezost/guix.el";
@@ -1556,7 +1556,7 @@ type, for example: packages, buffers, files, etc.")
                                   "/emacs-guix-" version ".tar.gz"))
               (sha256
                (base32
-                "0mjb2yb454389ds2kr5rkjkl21r78z4c0f88ivf4g471yzg279mc"))))
+                "152zf9vkafmnnf7by5armg165npznb961csgnvr8iwdj3smvivjf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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