guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: emacs-queue: Update to 0.2.


From: Ludovic Courtès
Subject: 04/07: gnu: emacs-queue: Update to 0.2.
Date: Mon, 16 Oct 2017 09:49:52 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5f51f39e8300cf58c277a8dd00c8d1a6bcb73fee
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 16 15:48:14 2017 +0200

    gnu: emacs-queue: Update to 0.2.
    
    * gnu/packages/emacs.scm (emacs-queue): Update to 0.2.
---
 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 4371ae1..6b4a600 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3247,14 +3247,14 @@ The purpose of this library is to wrap all the quirks 
and hassle of
 (define-public emacs-queue
   (package
     (name "emacs-queue")
-    (version "0.1.1")
+    (version "0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.gnu.org/packages/queue-";
                                   version ".el"))
               (sha256
                (base32
-                "0jw24fxqnf9qcaf2nh09cnds1kqfk7hal35dw83x1ari95say391"))))
+                "0cx2848sqnnkkr4zisvqadzxngjyhmb36mh0q3if7q19yjjhmrkb"))))
     (build-system emacs-build-system)
     (home-page "http://www.dr-qubit.org/tags/computing-code-emacs.html";)
     (synopsis "Queue data structure for Emacs")



reply via email to

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