mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: Add rust-palette-derive-0.6.
* gnu/packages/crates-graphics.scm (rust-palette-derive-0.6): New variable. Change-Id: Ia6a5ab81fb74278d05fa5a78430a5b2d40062c91 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d0cdc5a35b
commit
02a506b0e3
1 changed files with 20 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
|
;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
|
||||||
;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
|
;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
|
||||||
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
|
;;; Copyright © 2023, 2024 Jaeme Sifat <jaeme@runbox.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -2561,6 +2561,25 @@ (define-public rust-palette-derive-0.7
|
||||||
@code{palette} crate.")
|
@code{palette} crate.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-palette-derive-0.6
|
||||||
|
(package
|
||||||
|
(inherit rust-palette-derive-0.7)
|
||||||
|
(name "rust-palette-derive")
|
||||||
|
(version "0.6.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "palette_derive" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "09z4nd4sbmzqd1pqr48vrdca3v2c03dzr70cmxs7zhp7m13dzvh5"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-find-crate" ,rust-find-crate-0.6)
|
||||||
|
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-1))))))
|
||||||
|
|
||||||
(define-public rust-pbr-1
|
(define-public rust-pbr-1
|
||||||
(package
|
(package
|
||||||
(name "rust-pbr")
|
(name "rust-pbr")
|
||||||
|
|
Loading…
Reference in a new issue