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:
Efraim Flashner 2024-03-17 16:24:55 +02:00
parent 14971b87b4
commit 42f5cc4ab8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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