Archived
1
0
Fork 0

gnu: rust-scan-fmt-0.2: Update to 0.2.6.

* gnu/packages/crates-io.scm (rust-scan-fmt-0.2): Update to 0.2.6.
[arguments]: Don't skip the build.

Change-Id: If720882971d248a1719dc33401d16dd1e10b2a00
This commit is contained in:
Efraim Flashner 2024-02-08 10:27:10 +02:00
parent 27ddd4c521
commit 8949fb9a87
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -56476,25 +56476,21 @@ encodable types.")
(define-public rust-scan-fmt-0.2 (define-public rust-scan-fmt-0.2
(package (package
(name "rust-scan-fmt") (name "rust-scan-fmt")
(version "0.2.5") (version "0.2.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "scan_fmt" version)) (uri (crate-uri "scan_fmt" version))
(file-name (file-name (string-append name "-" version ".tar.gz"))
(string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "0j0jb1dsa8zjpnc875wy72190zlyngvl62mfv8pqwal8vfjv0lqb"))))
"1gmaa07z8bkkdv5xhq2lrgml6ri7fqyyrjpiks3phmpmq3p8d0i4"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs
(("rust-regex" ,rust-regex-1)))) (("rust-regex" ,rust-regex-1))))
(home-page "https://github.com/wlentz/scan_fmt") (home-page "https://github.com/wlentz/scan_fmt")
(synopsis "Simple scanf()-like input for Rust") (synopsis "Simple scanf()-like input for Rust")
(description (description "This package provides a simple scanf()-like input for Rust.")
"This package provides a simple scanf()-like input for Rust")
(license license:expat))) (license license:expat)))
(define-public rust-sce-0.1 (define-public rust-sce-0.1