mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: rust-cxx-1: Update to 1.0.86.
* gnu/packages/crates-io.scm (rust-cxx-1, rust-cxxbridge-flags-1, rust-cxxbridge-macro-1): Update to 1.0.86. (rust-cxx-build-1): Update to 1.0.86. [cargo-development-inputs]: Add rust-cxx-1. (rust-cxx-gen-0.7): Update to 0.7.86. [cargo-inputs]: Remove rust-cc-1.
This commit is contained in:
parent
9a1d86a17f
commit
457540b264
1 changed files with 13 additions and 13 deletions
|
@ -15219,7 +15219,7 @@ (define-public rust-custom-derive-0.1
|
||||||
(define-public rust-cxx-1
|
(define-public rust-cxx-1
|
||||||
(package
|
(package
|
||||||
(name "rust-cxx")
|
(name "rust-cxx")
|
||||||
(version "1.0.49")
|
(version "1.0.86")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -15228,7 +15228,7 @@ (define-public rust-cxx-1
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xj29zzd45bkk797902h22kppzmrzm7v9a2wijfiqr964vhrldk5"))))
|
"0yc5gz723hiwqk7waygj63655fh5vzq3551p1j2wyzc06xf0glai"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Cannot compile cxx-test-suite.
|
`(#:tests? #f ; Cannot compile cxx-test-suite.
|
||||||
|
@ -15279,7 +15279,7 @@ (define-public rust-cxx-0.5
|
||||||
(define-public rust-cxx-build-1
|
(define-public rust-cxx-build-1
|
||||||
(package
|
(package
|
||||||
(name "rust-cxx-build")
|
(name "rust-cxx-build")
|
||||||
(version "1.0.49")
|
(version "1.0.86")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -15288,7 +15288,7 @@ (define-public rust-cxx-build-1
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0shmkgv3cnh06ws1p555znj1hh23phynaz73rgnz95gradsdwnwg"))))
|
"0w5a2wdkdh44gmi0psynaazx4j7d1947sr7nyaccayxjc4gjhi2h"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
@ -15300,7 +15300,8 @@ (define-public rust-cxx-build-1
|
||||||
("rust-scratch" ,rust-scratch-1)
|
("rust-scratch" ,rust-scratch-1)
|
||||||
("rust-syn" ,rust-syn-1))
|
("rust-syn" ,rust-syn-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-cxx-gen" ,rust-cxx-gen-0.7)
|
(("rust-cxx" ,rust-cxx-1)
|
||||||
|
("rust-cxx-gen" ,rust-cxx-gen-0.7)
|
||||||
("rust-pkg-config" ,rust-pkg-config-0.3))))
|
("rust-pkg-config" ,rust-pkg-config-0.3))))
|
||||||
(home-page "https://cxx.rs")
|
(home-page "https://cxx.rs")
|
||||||
(synopsis "C++ code generator")
|
(synopsis "C++ code generator")
|
||||||
|
@ -15339,7 +15340,7 @@ (define-public rust-cxx-build-0.5
|
||||||
(define-public rust-cxx-gen-0.7
|
(define-public rust-cxx-gen-0.7
|
||||||
(package
|
(package
|
||||||
(name "rust-cxx-gen")
|
(name "rust-cxx-gen")
|
||||||
(version "0.7.49")
|
(version "0.7.86")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -15348,12 +15349,11 @@ (define-public rust-cxx-gen-0.7
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08v366jxd2vc8jc2cbvrga0866pwfcaq6hl8yylfx0vhs2n53j53"))))
|
"1z08a3c4xpnz91a4nc2b4f2kbmadjrrimr8awx1k4g0rmjdmq5mr"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-cc" ,rust-cc-1)
|
(("rust-codespan-reporting" ,rust-codespan-reporting-0.11)
|
||||||
("rust-codespan-reporting" ,rust-codespan-reporting-0.11)
|
|
||||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
("rust-syn" ,rust-syn-1))))
|
("rust-syn" ,rust-syn-1))))
|
||||||
|
@ -15409,7 +15409,7 @@ (define-public rust-cxx-test-suite-0.0.0
|
||||||
(define-public rust-cxxbridge-flags-1
|
(define-public rust-cxxbridge-flags-1
|
||||||
(package
|
(package
|
||||||
(name "rust-cxxbridge-flags")
|
(name "rust-cxxbridge-flags")
|
||||||
(version "1.0.49")
|
(version "1.0.86")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -15418,7 +15418,7 @@ (define-public rust-cxxbridge-flags-1
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18cv8a8sgyiwfqspdyfq18jizf0rlhg90ibdl0zp8jhcv498s6gr"))))
|
"073qx3gnf8df9xzfy9xfcz9b79m0638x4a0isfq2fb527g4hpdb1"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://github.com/dtolnay/cxx")
|
(home-page "https://github.com/dtolnay/cxx")
|
||||||
(synopsis "Compiler configuration of the `cxx` crate")
|
(synopsis "Compiler configuration of the `cxx` crate")
|
||||||
|
@ -15444,7 +15444,7 @@ (define-public rust-cxxbridge-flags-0.5
|
||||||
(define-public rust-cxxbridge-macro-1
|
(define-public rust-cxxbridge-macro-1
|
||||||
(package
|
(package
|
||||||
(name "rust-cxxbridge-macro")
|
(name "rust-cxxbridge-macro")
|
||||||
(version "1.0.49")
|
(version "1.0.86")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -15453,7 +15453,7 @@ (define-public rust-cxxbridge-macro-1
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gkwvihw74dh8p3fz3552wnxanrpwmwfy38ylz2z8knjq0y8y4v3"))))
|
"19c7pjvjll72yb9wyrmpdylwqglizn8kayww8qcm24b2gvd1zrir"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue