mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-erased-serde-0.3: Update to 0.3.31.
* gnu/packages/crates-io.scm (rust-erased-serde-0.3): Update to 0.3.31. Change-Id: Idcce9d8db0e54e2b2f806303ac3c640bd64a8c68
This commit is contained in:
parent
3fd92724b5
commit
81b08a6998
1 changed files with 2 additions and 2 deletions
|
@ -26293,7 +26293,7 @@ (define-public rust-erased-serde-0.3
|
|||
(package
|
||||
(inherit rust-erased-serde-0.4)
|
||||
(name "rust-erased-serde")
|
||||
(version "0.3.24")
|
||||
(version "0.3.31")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -26301,7 +26301,7 @@ (define-public rust-erased-serde-0.3
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zdaj96bf39h75rkdxkd1znik97s3j7m8ppgbxxfq5y0h59n1jp4"))))
|
||||
"0v5jyid1v8irf2n2875iwhm80cw8x75gfkdh7qvzxrymz5s8j4vc"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1))
|
||||
|
|
Loading…
Reference in a new issue