mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: rust-basic-toml-0.1: Update to 0.1.8.
* gnu/packages/crates-io.scm (rust-basic-toml-0.1): Update to 0.1.8. Change-Id: I3d48ee4ca82fb1b5c449b9d4b269407ada9ec2ee
This commit is contained in:
parent
c931e801d7
commit
16d2882616
1 changed files with 2 additions and 2 deletions
|
@ -5082,14 +5082,14 @@ (define-public rust-base-x-0.2
|
|||
(define-public rust-basic-toml-0.1
|
||||
(package
|
||||
(name "rust-basic-toml")
|
||||
(version "0.1.1")
|
||||
(version "0.1.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "basic-toml" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1d2h378373x0i8j4mi4sfaq8np9hf5xqr2rh9pa7r5irfxk9p09f"))))
|
||||
(base32 "1r8l5kz5lzfw66llq8b023vx38kh35gdf8jd428ma76lr8j1bcid"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue