gnu: emacs-ts: Update to 0.2.
* gnu/packages/emacs-xyz.scm (emacs-ts): Update to 0.2.
This commit is contained in:
parent
5c3e94cdf8
commit
b41068edce
1 changed files with 57 additions and 57 deletions
|
@ -13379,19 +13379,17 @@ tables of contents.")
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-ts
|
||||
(let ((commit "395649a2f2ba79028331bb1fa9ec08b218950ff6")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "emacs-ts")
|
||||
(version (git-version "0.1" revision commit))
|
||||
(source (origin
|
||||
(version "0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/alphapapa/ts.el")
|
||||
(commit commit)))
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"02603wv66fplsigxd87jy23hrb5g9vigszcpdqrdv0ypaqaxlr3a"))
|
||||
(base32 "0hmzc1ppnkkr0lfq5fhzqr6icv6iqz824a6bnns7zr466hhqp3qb"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -13427,9 +13425,11 @@ tables of contents.")
|
|||
(emacs-batch-edit-file "test/test.el"
|
||||
`(progn (progn
|
||||
(goto-char (point-min))
|
||||
(dolist (test-regexp '("ert-deftest ts-format"
|
||||
(dolist (test-regexp
|
||||
'("ert-deftest ts-format"
|
||||
"ert-deftest ts-parse-org\\_>"
|
||||
"ert-deftest ts-parse-org-element"))
|
||||
"ert-deftest ts-parse-org-element"
|
||||
"ert-deftest ts-update"))
|
||||
(re-search-forward test-regexp)
|
||||
(beginning-of-line)
|
||||
(kill-sexp)))
|
||||
|
@ -13439,7 +13439,7 @@ tables of contents.")
|
|||
(synopsis "Timestamp and date/time library")
|
||||
(description "This package facilitates manipulating dates, times, and
|
||||
timestamps by providing a @code{ts} struct.")
|
||||
(license license:gpl3+))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-peg
|
||||
(package
|
||||
|
|
Reference in a new issue