mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: rust-encoding-rs-0.8: Update to 0.8.28.
* gnu/packages/crates-io.scm (rust-encoding-rs-0.8): Update to 0.8.28.
This commit is contained in:
parent
9866b1da45
commit
675ce00301
1 changed files with 2 additions and 2 deletions
|
@ -12548,7 +12548,7 @@ (define-public rust-encoding-index-tradchinese-1.20141219
|
|||
(define-public rust-encoding-rs-0.8
|
||||
(package
|
||||
(name "rust-encoding-rs")
|
||||
(version "0.8.26")
|
||||
(version "0.8.28")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -12557,7 +12557,7 @@ (define-public rust-encoding-rs-0.8
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10xjcafwbxvm2kfsyymxlz8wc9s4bmdj1xzlc809rxyp2yrbl6w0"))))
|
||||
"0rf0r99q4kgjrx22kx7pjyjg4lm21599y3ggvy3hzj2spi7h5pw0"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue