gnu: rust-configparser-2: Update to 2.1.0.

* gnu/packages/crates-io.scm (rust-configparser-2): Update to 2.1.0.
[arguments]: Don't skip build.
This commit is contained in:
Efraim Flashner 2023-07-26 12:01:06 +03:00
parent 2f28061edd
commit 94dd728cc8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -13907,15 +13907,15 @@ (define-public rust-configparser-2
(package
(inherit rust-configparser-3)
(name "rust-configparser")
(version "2.0.0")
(version "2.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "configparser" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1qdaggalm3js86s2i11pjjcndrrvpk0pw1lfvmv7v25z3y66sqg2"))))
(arguments `(#:skip-build? #t))))
(base32 "13zcjw2jlcc73fd1lcjmb2vzh3ckankin490m24xa96i2vj1w87p"))))
(arguments `())))
(define-public rust-console-0.15
(package