mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add rust-struct-patch-derive-0.4.
* gnu/packages/crates-io.scm (rust-struct-patch-derive-0.4): New variable. Change-Id: If9eaa5de7ab42414d2fbb5626bf99c8bdb96cc07 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
0a298e3c02
commit
7c8f5f4aea
1 changed files with 23 additions and 0 deletions
|
@ -71333,6 +71333,29 @@ (define-public rust-strsim-0.5
|
|||
(base32
|
||||
"0z3zzvmilfldp4xw42qbkjf901dcnbk58igrzsvivydjzd24ry37"))))))
|
||||
|
||||
(define-public rust-struct-patch-derive-0.4
|
||||
(package
|
||||
(name "rust-struct-patch-derive")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "struct-patch-derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1nsdjvm1xinqx53s520y4fkqshjdfff3r4rglamrzrgb4yf38jpi"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-2))))
|
||||
(home-page "https://github.com/yanganto/struct-patch/")
|
||||
(synopsis "Library for partial updates of structs")
|
||||
(description
|
||||
"This package provides a library that helps you implement partial updates
|
||||
for your structs.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-structmeta-0.2
|
||||
(package
|
||||
(name "rust-structmeta")
|
||||
|
|
Loading…
Reference in a new issue