gnu: rust-pin-project-internal-1: Update to 1.0.12.
* gnu/packages/crates-io.scm (rust-pin-project-internal-1): Update to 1.0.12.
This commit is contained in:
parent
82bbfb1dd8
commit
d9c7ac5c01
1 changed files with 2 additions and 2 deletions
|
@ -41518,14 +41518,14 @@ (define-public rust-pin-project-auxiliary-macro-0.0
|
||||||
(define-public rust-pin-project-internal-1
|
(define-public rust-pin-project-internal-1
|
||||||
(package
|
(package
|
||||||
(name "rust-pin-project-internal")
|
(name "rust-pin-project-internal")
|
||||||
(version "1.0.2")
|
(version "1.0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "pin-project-internal" version))
|
(uri (crate-uri "pin-project-internal" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pwy3m32scf3ypjb9ai151lmaa27vyj06lc64i28l0r31fzx5s7q"))))
|
(base32 "0maa6icn7rdfy4xvgfaq7m7bwpw9f19wg76f1ncsiixd0lgdp6q6"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #false
|
`(#:tests? #false
|
||||||
|
|
Loading…
Reference in a new issue