mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-katex-doc-0.1: Order alphabetically.
* gnu/packages/crates-io.scm (rust-katex-doc-0.1): Order. Change-Id: Ib47819c66ff114833041e4156c24acbc20a7da6b Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
1aae9f4dd5
commit
ff0254c64c
1 changed files with 18 additions and 18 deletions
|
@ -35324,24 +35324,6 @@ (define-public rust-jwalk-0.8
|
|||
speed then walkdir provides a smaller and more tested single threaded implementation.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-katex-doc-0.1
|
||||
(package
|
||||
(name "rust-katex-doc")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "katex-doc" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1fa0fi3bv9qdab0cb49q8971vszf0nzmvnvm70lns5xrpyyq0nqy"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/CAD97/katex-doc")
|
||||
(synopsis "XaaS for KaTeX on docs.rs")
|
||||
(description
|
||||
"This package provides a XSS as a Service for KaTeX on docs.rs")
|
||||
(license (list license:unlicense license:expat))))
|
||||
|
||||
(define-public rust-human-date-parser-0.1
|
||||
(package
|
||||
(name "rust-human-date-parser")
|
||||
|
@ -39960,6 +39942,24 @@ (define-public rust-juniper-0.14
|
|||
(("rust-bencher" ,rust-bencher-0.1)
|
||||
("rust-serde-json" ,rust-serde-json-1))))))
|
||||
|
||||
(define-public rust-katex-doc-0.1
|
||||
(package
|
||||
(name "rust-katex-doc")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "katex-doc" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1fa0fi3bv9qdab0cb49q8971vszf0nzmvnvm70lns5xrpyyq0nqy"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/CAD97/katex-doc")
|
||||
(synopsis "XaaS for KaTeX on docs.rs")
|
||||
(description
|
||||
"This package provides a XSS as a Service for KaTeX on docs.rs")
|
||||
(license (list license:unlicense license:expat))))
|
||||
|
||||
(define-public rust-keccak-0.1
|
||||
(package
|
||||
(name "rust-keccak")
|
||||
|
|
Loading…
Reference in a new issue