me
/
guix
Archived
1
0
Fork 0

gnu: rust-toml-edit-0.21: Update to 0.21.1.

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

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

View File

@ -80061,14 +80061,14 @@ parser.")
(package
(inherit rust-toml-edit-0.22)
(name "rust-toml-edit")
(version "0.21.0")
(version "0.21.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "toml_edit" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "00xa3qfk34qazvnkfxyyyqqc6nyl2ksks1c5bd53n5has0y3hkfk"))))
(base32 "1qch02syrd9c8krcimfl72gyjz11fmjssh03hrg41dbqgzyk91ba"))))
(arguments
`(#:cargo-inputs (("rust-indexmap" ,rust-indexmap-2)
("rust-kstring" ,rust-kstring-2)