mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: rust-embed-resource-2: Update to 2.5.1.
* gnu/packages/crates-windows.scm (rust-embed-resource-2): Update to 2.5.1. [cargo-inputs]: Add rust-memchr-2. Replace rust-winreg-0.51 with 0.52. Change-Id: If374ccb7ac48fba515e68ae0e68d7e33bf81f805
This commit is contained in:
parent
8cfc86160b
commit
294e9f105c
1 changed files with 4 additions and 3 deletions
|
@ -293,21 +293,22 @@ (define-public rust-dunce-1
|
|||
(define-public rust-embed-resource-2
|
||||
(package
|
||||
(name "rust-embed-resource")
|
||||
(version "2.4.0")
|
||||
(version "2.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "embed-resource" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1cicrqlblz5xf4ns7yk4aifpskbvvvg436ls4c93h77f4zlc6k7m"))))
|
||||
(base32 "0yb3kbw3xpghiwf69769jpng725kwa2cxm27qj5s7dm0cfgnz2xn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-cc" ,rust-cc-1)
|
||||
("rust-memchr" ,rust-memchr-2)
|
||||
("rust-rustc-version" ,rust-rustc-version-0.4)
|
||||
("rust-toml" ,rust-toml-0.8)
|
||||
("rust-vswhom" ,rust-vswhom-0.1)
|
||||
("rust-winreg" ,rust-winreg-0.51))))
|
||||
("rust-winreg" ,rust-winreg-0.52))))
|
||||
(home-page "https://github.com/nabijaczleweli/rust-embed-resource")
|
||||
(synopsis
|
||||
"Cargo library to handle compilation and inclusion of Windows resources")
|
||||
|
|
Loading…
Reference in a new issue