mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: rust-cfg-expr-0.15: Update to 0.15.6.
* gnu/packages/crates-io.scm (rust-cfg-expr-0.15): Update to 0.15.6. Change-Id: I3b0a22b4ee49c9f388969cd25c12ced85844ea48
This commit is contained in:
parent
860c6f7976
commit
2917207f8d
1 changed files with 2 additions and 2 deletions
|
@ -10756,14 +10756,14 @@ (define-public rust-cfg-aliases-0.1
|
|||
(define-public rust-cfg-expr-0.15
|
||||
(package
|
||||
(name "rust-cfg-expr")
|
||||
(version "0.15.3")
|
||||
(version "0.15.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cfg-expr" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0744z7sky6kgchfk2ilchb16bjyz7nk8p8zfn3p953y2xir00p11"))))
|
||||
"06m4hbpzgjn8m2r8sy5xywrd6ja8d1sjgjwmimwl1610nrbvq031"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue