gnu: rust-autocfg-1.0: Update to 1.0.1.
* gnu/packages/crates-io.scm (rust-autocfg-1.0): Update to 1.0.1.
This commit is contained in:
parent
e060709354
commit
cd862cca18
1 changed files with 2 additions and 2 deletions
|
@ -1031,7 +1031,7 @@ Mac, and Unix.")
|
||||||
(define-public rust-autocfg-1.0
|
(define-public rust-autocfg-1.0
|
||||||
(package
|
(package
|
||||||
(name "rust-autocfg")
|
(name "rust-autocfg")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1040,7 +1040,7 @@ Mac, and Unix.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17cv6pwb4q08s0ynpr4n8hv5299hcmhdgvdchzixfpw8y5qcgapq"))))
|
"0jj6i9zn4gjl03kjvziqdji6rwx8ykz8zk2ngpc331z2g3fk3c6d"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://github.com/cuviper/autocfg")
|
(home-page "https://github.com/cuviper/autocfg")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Reference in a new issue