mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: rust-serde-repr-0.1: Update to 0.1.18.
* gnu/packages/crates-io.scm (rust-serde-repr-0.1): Update to 0.1.18. Change-Id: I27216b4027f40165a6f29cfb143197a2828d7c82 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
c423dba7a1
commit
f02e2fab22
1 changed files with 2 additions and 2 deletions
|
@ -64492,14 +64492,14 @@ (define-public rust-serde-regex-1
|
|||
(define-public rust-serde-repr-0.1
|
||||
(package
|
||||
(name "rust-serde-repr")
|
||||
(version "0.1.16")
|
||||
(version "0.1.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde_repr" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "005x2q9x6cdqp312mjhggbzd6vkg8r0abcg0biz0z9dkmpgy29c7"))))
|
||||
(base32 "1nyzz7ph9nwmjrx6f7s37m9y7y5gc10f4vjxnqkgfgcxbsa6nbhb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue