mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
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 @@ (define-public rust-atty-0.2
|
|||
(define-public rust-autocfg-1.0
|
||||
(package
|
||||
(name "rust-autocfg")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1040,7 +1040,7 @@ (define-public rust-autocfg-1.0
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17cv6pwb4q08s0ynpr4n8hv5299hcmhdgvdchzixfpw8y5qcgapq"))))
|
||||
"0jj6i9zn4gjl03kjvziqdji6rwx8ykz8zk2ngpc331z2g3fk3c6d"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/cuviper/autocfg")
|
||||
(synopsis
|
||||
|
|
Loading…
Reference in a new issue