gnu: rust-paste-0.1: Update to 0.1.18.
* gnu/packages/crates-io.scm (rust-paste-0.1): Update to 0.1.18.
This commit is contained in:
parent
246adeacbc
commit
c5f9fba25a
1 changed files with 2 additions and 2 deletions
|
@ -19945,7 +19945,7 @@ and would-block I/O operations.")
|
||||||
(define-public rust-paste-0.1
|
(define-public rust-paste-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-paste")
|
(name "rust-paste")
|
||||||
(version "0.1.10")
|
(version "0.1.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -19954,7 +19954,7 @@ and would-block I/O operations.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yk4zbi7128dcrklsbwfa63d39x0dv8f7pdbrylvdlcj0s9v2kxb"))))
|
"10587zrlmzhq66yhd0z36fzglf32m1nlhi9bxxm6dgl0gp3j1jj5"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Reference in a new issue