me
/
guix
Archived
1
0
Fork 0

gnu: rust-toml-edit-0.22: Update to 0.22.9.

* gnu/packages/crates-io.scm (rust-toml-edit-0.22): Update to 0.22.9.

Change-Id: I596ae894ba279de9f4126b95994f212d14033df1
master
Efraim Flashner 2024-03-27 10:30:36 +02:00
parent 0a077c1fc8
commit 95e9da4093
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -80029,14 +80029,14 @@ serializing Rust structures.")
(define-public rust-toml-edit-0.22
(package
(name "rust-toml-edit")
(version "0.22.7")
(version "0.22.9")
(source
(origin
(method url-fetch)
(uri (crate-uri "toml_edit" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "14p9jsa1plm48mkk7fx4n434s2rah4rdkd6fc04dg5f3rv8rqxhq"))))
(base32 "1i3lhd5krd4ah3mgn4m73yla01l7rdlfpl5asy7jb1sikivvnh4f"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-indexmap" ,rust-indexmap-2)