mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: rust-include-flate-codegen-exports-0.1: Update to 0.1.4.
* gnu/packages/crates-io.scm (rust-include-flate-codegen-exports-0.1): Update to 0.1.4. Change-Id: I724e3712c57c89c1828c4380349d0cb74f67238b
This commit is contained in:
parent
14971b87b4
commit
42f5cc4ab8
1 changed files with 3 additions and 3 deletions
|
@ -31423,17 +31423,17 @@ (define-public rust-include-flate-codegen-0.1
|
|||
(define-public rust-include-flate-codegen-exports-0.1
|
||||
(package
|
||||
(name "rust-include-flate-codegen-exports")
|
||||
(version "0.1.3")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "include-flate-codegen-exports" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0dk7xdrck9f3bjnwm3rmh5gl1hs64lr2gnd3dv3jznharcmyb4mw"))))
|
||||
(base32 "00qswg7avv92mjp0p3kmswp3jask0psz1bmq3h7jin73zx1p0rbm"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
`(#:skip-build? #t ; `#![feature]` may not be used on the stable release channel
|
||||
#:cargo-inputs
|
||||
(("rust-include-flate-codegen" ,rust-include-flate-codegen-0.1)
|
||||
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
|
||||
|
|
Loading…
Reference in a new issue