gnu: emacs-tiny: Update to 0.2.1.
* gnu/packages/emacs.scm (emacs-tiny): Update to 0.2.1.master
parent
13869ff593
commit
d8ec1b719b
|
@ -6034,14 +6034,14 @@ It supports dired buffers and opens them in tree mode at destination.")
|
||||||
(define-public emacs-tiny
|
(define-public emacs-tiny
|
||||||
(package
|
(package
|
||||||
(name "emacs-tiny")
|
(name "emacs-tiny")
|
||||||
(version "0.1.1")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://elpa.gnu.org/packages/tiny-" version ".tar"))
|
(uri (string-append "http://elpa.gnu.org/packages/tiny-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nhg8375qdn457wj0xmfaj72s87xbabk2w1nl6q7rjvwxv08yyn7"))))
|
"1cr73a8gba549ja55x0c2s554f3zywf69zbnd7v82jz5q1k9wd2v"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/abo-abo/tiny")
|
(home-page "https://github.com/abo-abo/tiny")
|
||||||
(synopsis "Quickly generate linear ranges in Emacs")
|
(synopsis "Quickly generate linear ranges in Emacs")
|
||||||
|
|
Reference in New Issue