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.5.1.


From: guix-commits
Subject: 01/01: gnu: emacs-guix: Update to 0.5.1.
Date: Sun, 23 Dec 2018 14:49:49 -0500 (EST)

alezost pushed a commit to branch master
in repository guix.

commit 1a1b54b5bd59757af8f6fdbf202c11a65f8d8dd8
Author: Alex Kost <address@hidden>
Date:   Sun Dec 23 20:55:05 2018 +0300

    gnu: emacs-guix: Update to 0.5.1.
    
    * gnu/packages/emacs.scm (emacs-guix): Update to 0.5.1.
---
 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 9d16dc3..7fdcfb1 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1745,14 +1745,14 @@ type, for example: packages, buffers, files, etc.")
 (define-public emacs-guix
   (package
     (name "emacs-guix")
-    (version "0.5")
+    (version "0.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://emacs-guix.gitlab.io/website/";
                                   "releases/emacs-guix-" version ".tar.gz"))
               (sha256
                (base32
-                "09zxd8x674vrpigmcx8l00ifhaxh35xwkwjb8dw9kydnhv9hyyi1"))))
+                "1gwihi08pz52zbv11lhwcdzsbmcbqvjf8j0ic56543v7nlmywkxh"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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