gnu: rust-paste-impl-0.1: Update to 0.1.18.
* gnu/packages/crates-io.scm (rust-paste-impl-0.1): Update to 0.1.18.
This commit is contained in:
parent
6418033a65
commit
246adeacbc
1 changed files with 2 additions and 2 deletions
|
@ -19972,7 +19972,7 @@ (define-public rust-paste-0.1
|
|||
(define-public rust-paste-impl-0.1
|
||||
(package
|
||||
(name "rust-paste-impl")
|
||||
(version "0.1.10")
|
||||
(version "0.1.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -19981,7 +19981,7 @@ (define-public rust-paste-impl-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12jsm83dnsqnrcabfacnwcxh3h4kykl622vi7glv2wg527hqc956"))))
|
||||
"1dlqzk05cx74522s4iyhyzzhszig4n401pp6r1qg6zmr02r7snnr"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue