gnu: Add rust-wezterm-color-types-0.3.
* gnu/packages/crates-io.scm (rust-wezterm-color-types-0.3): New variable. (rust-wezterm-color-types-0.2): Inherit from rust-wezterm-color-types-0.3. Change-Id: I385509cf4e8cec9ac18db2e7b01fb12fd044eebb Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
8871dd5c63
commit
e8911d18bf
|
@ -85039,8 +85039,32 @@ using @code{bindgen}.")
|
|||
(description "Manage image blob caching/leasing for wezterm.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-wezterm-color-types-0.3
|
||||
(package
|
||||
(name "rust-wezterm-color-types")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wezterm-color-types" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "15j29f60p1dc0msx50x940niyv9d5zpynavpcc6jf44hbkrixs3x"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-csscolorparser" ,rust-csscolorparser-0.6)
|
||||
("rust-deltae" ,rust-deltae-0.3)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-wezterm-dynamic" ,rust-wezterm-dynamic-0.2))))
|
||||
(home-page "https://github.com/wez/wezterm")
|
||||
(synopsis "Types for colors")
|
||||
(description "This package provides types for working with colors.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-wezterm-color-types-0.2
|
||||
(package
|
||||
(inherit rust-wezterm-color-types-0.3)
|
||||
(name "rust-wezterm-color-types")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
|
@ -85050,17 +85074,12 @@ using @code{bindgen}.")
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0xvphmrqgg69v9l879xj5lq010z13f5ixi854ykmny6j7m47lvjc"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-csscolorparser" ,rust-csscolorparser-0.6)
|
||||
("rust-deltae" ,rust-deltae-0.3)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-wezterm-dynamic" ,rust-wezterm-dynamic-0.1))))
|
||||
(home-page "https://github.com/wez/wezterm")
|
||||
(synopsis "Types for colors")
|
||||
(description "This package provides types for working with colors.")
|
||||
(license license:expat)))
|
||||
("rust-wezterm-dynamic" ,rust-wezterm-dynamic-0.1))))))
|
||||
|
||||
(define-public rust-wezterm-dynamic-0.2
|
||||
(package
|
||||
|
|
Reference in New Issue