gnu: mrustc: Update to 0.8.0.
* gnu/packages/rust.scm (mrustc): Update to 0.8.0.
This commit is contained in:
parent
ea6937ad8a
commit
c1cdadc6ba
|
@ -303,17 +303,15 @@ safety and thread safety guarantees.")
|
||||||
(package-native-inputs base-rust))))))
|
(package-native-inputs base-rust))))))
|
||||||
|
|
||||||
(define-public mrustc
|
(define-public mrustc
|
||||||
(let ((commit "ec907f56199c495db061f2712a5be3977bcb11e8")
|
(let ((rustc-version "1.19.0"))
|
||||||
(revision "1")
|
|
||||||
(rustc-version "1.19.0"))
|
|
||||||
(package
|
(package
|
||||||
(name "mrustc")
|
(name "mrustc")
|
||||||
(version (git-version "0.8" revision commit))
|
(version "0.8.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/thepowersgang/mrustc.git")
|
(url "https://github.com/thepowersgang/mrustc.git")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue