guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: emacs-dash: Update to 2.12.1.


From: Alex Kost
Subject: 02/04: gnu: emacs-dash: Update to 2.12.1.
Date: Thu, 03 Dec 2015 10:41:14 +0000

alezost pushed a commit to branch master
in repository guix.

commit fae2a30f135cd0a80bdafff591a713f6c3989700
Author: Alex Kost <address@hidden>
Date:   Wed Dec 2 22:51:44 2015 +0300

    gnu: emacs-dash: Update to 2.12.1.
    
    * gnu/packages/emacs.scm (emacs-dash): Update to 2.12.1.
---
 gnu/packages/emacs.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 84c5c44..e8b9ed6 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -980,7 +980,7 @@ and stored in memory.")
 (define-public emacs-dash
   (package
     (name "emacs-dash")
-    (version "2.11.0")
+    (version "2.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -989,7 +989,7 @@ and stored in memory.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1piwcwilkxcbjxx832mhb7q3pz1fgwp203r581bpqcw6kd5x726q"))))
+                "082jl7mp4x063bpj5ad2pc5125k0d6p7rb89gcj7ny3lma9h2ij1"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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