Archived
1
0
Fork 0

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:
Efraim Flashner 2020-08-31 11:35:32 +03:00
parent e060709354
commit cd862cca18
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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