mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-proc-macro-hack-0.4: Update to 0.4.3.
* gnu/packages/crates-io.scm (rust-proc-macro-hack-0.4): Update to 0.4.3. [arguments]: Don't skip the build. [cargo-development-inputs]: Fix inputs. Change-Id: Ic7dfc7c6f9cc543ed40e7e08b2f47da724b3a560
This commit is contained in:
parent
ed4c9fa8ac
commit
ea79683524
1 changed files with 6 additions and 9 deletions
|
@ -60622,23 +60622,20 @@ (define-public rust-proc-macro-hack-0.4
|
|||
(package
|
||||
(inherit rust-proc-macro-hack-0.5)
|
||||
(name "rust-proc-macro-hack")
|
||||
(version "0.4.2")
|
||||
(version "0.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "proc-macro-hack" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fxn3qfhw76c518dfal2qqjwj5dbf0a1f7z0r5c4wd0igygg4fs6"))))
|
||||
(base32 "1qlfck1fiwrj0wdv71z06bm0alpfsyq9pywfzx2cr607b145dyfp"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-proc-macro-hack-impl" ,rust-proc-macro-hack-impl-0.4))
|
||||
#:cargo-development-inputs
|
||||
(("rust-demo-hack" ,rust-demo-hack-0.0)
|
||||
("rust-demo-hack-impl" ,rust-demo-hack-impl-0.0))))))
|
||||
(("rust-demo-hack" ,rust-demo-hack-0.0.4)
|
||||
("rust-demo-hack-impl" ,rust-demo-hack-impl-0.0.4))))))
|
||||
|
||||
(define-public rust-proc-macro-hack-impl-0.4
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue