mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: rust-predicates-1: Update to 1.0.5.
* gnu/packages/crates-io.scm (rust-predicates-1): Update to 1.0.5. [arguments]: Update rust-float-cmp version in Cargo inputs. [description]: Write a full sentence.
This commit is contained in:
parent
a81258c124
commit
a715e17f76
1 changed files with 11 additions and 13 deletions
|
@ -20009,31 +20009,29 @@ (define-public rust-precomputed-hash-0.1
|
|||
(define-public rust-predicates-1
|
||||
(package
|
||||
(name "rust-predicates")
|
||||
(version "1.0.4")
|
||||
(version "1.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "predicates" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0c0hafd7z7v97218na8nampmy64f7fw61yvjk2y3dri11dpinyil"))))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "predicates" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0nkkn3h3b9vigyy4adlnhi2zrxm5j0nbnqid6snwxp4h5v8ymgwn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-difference" ,rust-difference-2)
|
||||
("rust-float-cmp" ,rust-float-cmp-0.6)
|
||||
("rust-float-cmp" ,rust-float-cmp-0.8)
|
||||
("rust-normalize-line-endings" ,rust-normalize-line-endings-0.3)
|
||||
("rust-predicates-core" ,rust-predicates-core-1)
|
||||
("rust-regex" ,rust-regex-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-predicates-tree" ,rust-predicates-tree-1))))
|
||||
(home-page "https://github.com/assert-rs/predicates-rs")
|
||||
(synopsis
|
||||
"Implementation of boolean-valued predicate functions")
|
||||
(synopsis "Implementation of boolean-valued predicate functions")
|
||||
(description
|
||||
"An implementation of boolean-valued predicate functions.")
|
||||
"This package provides an implementation of boolean-valued predicate
|
||||
functions.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-predicates-core-1
|
||||
|
|
Loading…
Reference in a new issue