mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-windows-metadata-0.58.
* gnu/packages/crates-windows.scm (rust-windows-metadata-0.58): New variable. (rust-windows-metadata-0.57): Inherit from rust-windows-metadata-0.58. Change-Id: I26994bdfc486e3568fe18e7ed9114fe690dd2533
This commit is contained in:
parent
06450991cf
commit
e96e6696c7
1 changed files with 19 additions and 6 deletions
|
@ -2371,8 +2371,26 @@ Windows crate.")
|
||||||
(description "Macros for the windows crate")
|
(description "Macros for the windows crate")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-windows-metadata-0.58
|
||||||
|
(package
|
||||||
|
(name "rust-windows-metadata")
|
||||||
|
(version "0.58.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "windows-metadata" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "028qjb9gdljm1m9lrbg1kd1rjy8s8hzsj0k313kykkqj60y7z0rf"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/microsoft/windows-rs")
|
||||||
|
(synopsis "Windows metadata reader")
|
||||||
|
(description "This package provides Windows metadata reader.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-windows-metadata-0.57
|
(define-public rust-windows-metadata-0.57
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-windows-metadata-0.58)
|
||||||
(name "rust-windows-metadata")
|
(name "rust-windows-metadata")
|
||||||
(version "0.57.0")
|
(version "0.57.0")
|
||||||
(source
|
(source
|
||||||
|
@ -2381,12 +2399,7 @@ Windows crate.")
|
||||||
(uri (crate-uri "windows-metadata" version))
|
(uri (crate-uri "windows-metadata" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1z1xl76p0zjwsvyj16w6pbp2layhjqz13y34pid9x7avh9vd0243"))))
|
(base32 "1z1xl76p0zjwsvyj16w6pbp2layhjqz13y34pid9x7avh9vd0243"))))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(home-page "https://github.com/microsoft/windows-rs")
|
|
||||||
(synopsis "Windows metadata reader")
|
|
||||||
(description "This package provides Windows metadata reader.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-windows-metadata-0.56
|
(define-public rust-windows-metadata-0.56
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue