guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: emacs-guix: Update to 0.3.3.


From: Alex Kost
Subject: 01/03: gnu: emacs-guix: Update to 0.3.3.
Date: Sat, 2 Sep 2017 15:41:55 -0400 (EDT)

alezost pushed a commit to branch master
in repository guix.

commit 780162c797479cf413a75ed39a15b58dd5bd6c55
Author: Alex Kost <address@hidden>
Date:   Sat Sep 2 21:26:10 2017 +0300

    gnu: emacs-guix: Update to 0.3.3.
    
    * gnu/packages/emacs.scm (emacs-guix): Update to 0.3.3.
---
 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 52f06d9..8731b75 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1367,7 +1367,7 @@ type, for example: packages, buffers, files, etc.")
 (define-public emacs-guix
   (package
     (name "emacs-guix")
-    (version "0.3.2")
+    (version "0.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/alezost/guix.el";
@@ -1375,7 +1375,7 @@ type, for example: packages, buffers, files, etc.")
                                   "/emacs-guix-" version ".tar.gz"))
               (sha256
                (base32
-                "0bffxlaq4w9yijl9prnfm26fisr2rd1whjg1yzvri1zl6zh9s0lk"))))
+                "0mjb2yb454389ds2kr5rkjkl21r78z4c0f88ivf4g471yzg279mc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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