gnu: emacs-queue: Update to 0.2.
* gnu/packages/emacs.scm (emacs-queue): Update to 0.2.
This commit is contained in:
parent
ceba99ef95
commit
5f51f39e83
|
@ -3247,14 +3247,14 @@ The purpose of this library is to wrap all the quirks and hassle of
|
||||||
(define-public emacs-queue
|
(define-public emacs-queue
|
||||||
(package
|
(package
|
||||||
(name "emacs-queue")
|
(name "emacs-queue")
|
||||||
(version "0.1.1")
|
(version "0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/queue-"
|
(uri (string-append "https://elpa.gnu.org/packages/queue-"
|
||||||
version ".el"))
|
version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jw24fxqnf9qcaf2nh09cnds1kqfk7hal35dw83x1ari95say391"))))
|
"0cx2848sqnnkkr4zisvqadzxngjyhmb36mh0q3if7q19yjjhmrkb"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "http://www.dr-qubit.org/tags/computing-code-emacs.html")
|
(home-page "http://www.dr-qubit.org/tags/computing-code-emacs.html")
|
||||||
(synopsis "Queue data structure for Emacs")
|
(synopsis "Queue data structure for Emacs")
|
||||||
|
|
Loading…
Reference in New Issue