gnu: emacs-tiny: Update to 0.2.1-1.fd8a6b0.
* gnu/packages/emacs-xyz.scm (emacs-tiny): Update to 0.2.1-1.fd8a6b0.
This commit is contained in:
parent
525ef21ba0
commit
3cb2d1a556
|
@ -9996,25 +9996,32 @@ It supports dired buffers and opens them in tree mode at destination.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-tiny
|
(define-public emacs-tiny
|
||||||
(package
|
(let ((commit "fd8a6b0b0c564d8242259e20e557ee6041f40908")
|
||||||
(name "emacs-tiny")
|
(revision "1"))
|
||||||
(version "0.2.1")
|
(package
|
||||||
(source
|
(name "emacs-tiny")
|
||||||
(origin
|
(version (git-version "0.2.1" revision commit))
|
||||||
(method url-fetch)
|
(source
|
||||||
(uri (string-append "http://elpa.gnu.org/packages/tiny-" version ".tar"))
|
(origin
|
||||||
(sha256
|
(method git-fetch)
|
||||||
(base32
|
(uri (git-reference
|
||||||
"1cr73a8gba549ja55x0c2s554f3zywf69zbnd7v82jz5q1k9wd2v"))))
|
(url "https://github.com/abo-abo/tiny.git")
|
||||||
(build-system emacs-build-system)
|
(commit commit)))
|
||||||
(home-page "https://github.com/abo-abo/tiny")
|
(sha256
|
||||||
(synopsis "Quickly generate linear ranges in Emacs")
|
(base32
|
||||||
(description
|
"1498j392ap2mk4zmsm2id16pfgvj78r428da9vw7hdrzzibai2cx"))))
|
||||||
"The main command of the @code{tiny} extension for Emacs is @code{tiny-expand}.
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #t
|
||||||
|
#:test-command '("make" "test")))
|
||||||
|
(home-page "https://github.com/abo-abo/tiny")
|
||||||
|
(synopsis "Quickly generate linear ranges in Emacs")
|
||||||
|
(description
|
||||||
|
"The main command of the @code{tiny} extension for Emacs is @code{tiny-expand}.
|
||||||
It is meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some elisp
|
It is meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some elisp
|
||||||
proficiency is an advantage, since you can transform your numeric range with
|
proficiency is an advantage, since you can transform your numeric range with
|
||||||
an elisp expression.")
|
an elisp expression.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-emojify
|
(define-public emacs-emojify
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue