update zola package
This commit is contained in:
parent
60ad57a49b
commit
b31ec83fec
1 changed files with 125 additions and 115 deletions
|
@ -109,6 +109,7 @@
|
|||
(license license:expat)))
|
||||
|
||||
|
||||
;; ---------
|
||||
(define-public rust-rust-stemmers-1
|
||||
(package
|
||||
(name "rust-rust-stemmers")
|
||||
|
@ -643,60 +644,67 @@ compact data representation.")
|
|||
static document search indexes.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gh-emoji-1
|
||||
(package
|
||||
(name "rust-gh-emoji")
|
||||
(version "1.0.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gh-emoji" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0dwc7kr1dsb4bn8n87x7363c2c6vc4pi9fy6s74nk0r8vxhxz2pb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-phf" ,rust-phf-0.11)
|
||||
("rust-regex" ,rust-regex-1))))
|
||||
(home-page "https://lib.rs/crates/gh-emoji")
|
||||
(synopsis "Convert `:emoji:` to Unicode using GitHub's emoji names")
|
||||
(description
|
||||
"This package provides Convert `:emoji:` to Unicode using @code{GitHub's} emoji names.")
|
||||
(license license:expat)))
|
||||
;; ------------ rust-gh-emoji-1
|
||||
|
||||
(define-public rust-globset-0.4
|
||||
(package
|
||||
(name "rust-globset")
|
||||
(version "0.4.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "globset" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1xa9ivqs74imf1q288spxh49g6iw2mn3x9snibdgapazzj6h58al"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-aho-corasick" ,rust-aho-corasick-1)
|
||||
("rust-bstr" ,rust-bstr-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-regex-automata" ,rust-regex-automata-0.4)
|
||||
("rust-regex-syntax" ,rust-regex-syntax-0.8)
|
||||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs (("rust-glob" ,rust-glob-0.3)
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page
|
||||
"https://github.com/BurntSushi/ripgrep/tree/master/crates/globset")
|
||||
(synopsis
|
||||
"Cross platform single glob and glob set matching. Glob set matching is the
|
||||
process of matching one or more glob patterns against a single candidate path
|
||||
simultaneously, and returning all of the globs that matched.")
|
||||
(description
|
||||
"This package provides Cross platform single glob and glob set matching. Glob set matching is the
|
||||
process of matching one or more glob patterns against a single candidate path
|
||||
simultaneously, and returning all of the globs that matched.")
|
||||
(license (list license:unlicense license:expat))))
|
||||
;; (define-public rust-gh-emoji-1
|
||||
;; (package
|
||||
;; (name "rust-gh-emoji")
|
||||
;; (version "1.0.8")
|
||||
;; (source
|
||||
;; (origin
|
||||
;; (method url-fetch)
|
||||
;; (uri (crate-uri "gh-emoji" version))
|
||||
;; (file-name (string-append name "-" version ".tar.gz"))
|
||||
;; (sha256
|
||||
;; (base32 "0dwc7kr1dsb4bn8n87x7363c2c6vc4pi9fy6s74nk0r8vxhxz2pb"))))
|
||||
;; (build-system cargo-build-system)
|
||||
;; (arguments
|
||||
;; `(#:cargo-inputs (("rust-phf" ,rust-phf-0.11)
|
||||
;; ("rust-regex" ,rust-regex-1))))
|
||||
;; (home-page "https://lib.rs/crates/gh-emoji")
|
||||
;; (synopsis "Convert `:emoji:` to Unicode using GitHub's emoji names")
|
||||
;; (description
|
||||
;; "This package provides Convert `:emoji:` to Unicode using @code{GitHub's} emoji names.")
|
||||
;; (license license:expat)))
|
||||
|
||||
;; --------- rust-globset 0.4
|
||||
|
||||
|
||||
;; (define-public rust-globset-0.4
|
||||
;; (package
|
||||
;; (name "rust-globset")
|
||||
;; (version "0.4.16")
|
||||
;; (source
|
||||
;; (origin
|
||||
;; (method url-fetch)
|
||||
;; (uri (crate-uri "globset" version))
|
||||
;; (file-name (string-append name "-" version ".tar.gz"))
|
||||
;; (sha256
|
||||
;; (base32 "1xa9ivqs74imf1q288spxh49g6iw2mn3x9snibdgapazzj6h58al"))))
|
||||
;; (build-system cargo-build-system)
|
||||
;; (arguments
|
||||
;; `(#:cargo-inputs (("rust-aho-corasick" ,rust-aho-corasick-1)
|
||||
;; ("rust-bstr" ,rust-bstr-1)
|
||||
;; ("rust-log" ,rust-log-0.4)
|
||||
;; ("rust-regex-automata" ,rust-regex-automata-0.4)
|
||||
;; ("rust-regex-syntax" ,rust-regex-syntax-0.8)
|
||||
;; ("rust-serde" ,rust-serde-1))
|
||||
;; #:cargo-development-inputs (("rust-glob" ,rust-glob-0.3)
|
||||
;; ("rust-serde-json" ,rust-serde-json-1))))
|
||||
;; (home-page
|
||||
;; "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset")
|
||||
;; (synopsis
|
||||
;; "Cross platform single glob and glob set matching. Glob set matching is the
|
||||
;; process of matching one or more glob patterns against a single candidate path
|
||||
;; simultaneously, and returning all of the globs that matched.")
|
||||
;; (description
|
||||
;; "This package provides Cross platform single glob and glob set matching. Glob set matching is the
|
||||
;; process of matching one or more glob patterns against a single candidate path
|
||||
;; simultaneously, and returning all of the globs that matched.")
|
||||
;; (license (list license:unlicense license:expat))))
|
||||
|
||||
|
||||
;; ----------- rust-grass 0.13 -------
|
||||
|
||||
(define-public rust-include-sass-0.13
|
||||
(package
|
||||
|
@ -905,6 +913,8 @@ file/line/column locations for error reporting and suggestions.")
|
|||
(license license:expat)))
|
||||
|
||||
|
||||
;; ---------- rust-lexical-sort
|
||||
|
||||
|
||||
(define-public rust-rust-icu-ustring-0.3
|
||||
(package
|
||||
|
@ -1081,7 +1091,7 @@ Commonly used types.")
|
|||
|
||||
|
||||
|
||||
;;----------------- minify-html 0.15.0 ---------------------
|
||||
;;----------------- rust-minify-html 0.15.0 ---------------------
|
||||
|
||||
|
||||
(define-public rust-parse-js-0.17
|
||||
|
@ -1562,7 +1572,7 @@ lifetime.")
|
|||
(license license:expat)))
|
||||
|
||||
|
||||
;; ---------------- nom-bibtex 0.5 ------------------
|
||||
;; ---------------- rust-nom-bibtex 0.5 ------------------
|
||||
|
||||
|
||||
(define-public rust-nom-tracable-macros-0.9
|
||||
|
|
Loading…
Add table
Reference in a new issue