mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Add rust-clang-sys-0.29.
* gnu/packages/crates-io.scm (rust-clang-sys-0.29): New variable. (rust-clang-sys-0.28): Inherit from rust-clang-sys-0.29.
This commit is contained in:
parent
d23f0db6f9
commit
b158ff87bf
1 changed files with 17 additions and 3 deletions
|
@ -3061,10 +3061,10 @@ (define-public rust-ci-info-0.3
|
||||||
"This package provides current CI environment information.")
|
"This package provides current CI environment information.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-clang-sys-0.28
|
(define-public rust-clang-sys-0.29
|
||||||
(package
|
(package
|
||||||
(name "rust-clang-sys")
|
(name "rust-clang-sys")
|
||||||
(version "0.28.1")
|
(version "0.29.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3072,7 +3072,7 @@ (define-public rust-clang-sys-0.28
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ls8zcqi5bmmrvrk3b6r1ym4wlivinbv590d2dvg2xn9f44mbpl1"))))
|
"02nibl74zbz5x693iy5vdbhnfckja47m7j1mp2bj7fjw3pgkfs7y"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
@ -3095,6 +3095,20 @@ (define-public rust-clang-sys-0.28
|
||||||
"This package provides Rust bindings for @code{libclang}.")
|
"This package provides Rust bindings for @code{libclang}.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-clang-sys-0.28
|
||||||
|
(package
|
||||||
|
(inherit rust-clang-sys-0.29)
|
||||||
|
(name "rust-clang-sys")
|
||||||
|
(version "0.28.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "clang-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0ls8zcqi5bmmrvrk3b6r1ym4wlivinbv590d2dvg2xn9f44mbpl1"))))))
|
||||||
|
|
||||||
(define-public rust-clang-sys-0.26
|
(define-public rust-clang-sys-0.26
|
||||||
(package
|
(package
|
||||||
(inherit rust-clang-sys-0.28)
|
(inherit rust-clang-sys-0.28)
|
||||||
|
|
Loading…
Reference in a new issue