gnu: rust-ego-tree-0.6: Update to 0.6.3.

* gnu/packages/crates-io.scm (rust-ego-tree-0.6): Update to 0.6.3.
[arguments]: Don't skip the build.

Change-Id: I5b3e25dd2917bd041c1fd28dd1c24967cfd9f1a4
This commit is contained in:
Efraim Flashner 2024-12-22 16:16:40 +02:00
parent 04ac81e777
commit ea19427217
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -24749,16 +24749,15 @@ (define-public rust-editdistancek-1
(define-public rust-ego-tree-0.6 (define-public rust-ego-tree-0.6
(package (package
(name "rust-ego-tree") (name "rust-ego-tree")
(version "0.6.2") (version "0.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "ego-tree" version)) (uri (crate-uri "ego-tree" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "149mkc6j7bx653s39rpnsnpl5dvd1rj18czcil57w54k868a8s1s")))) (base32 "0hincmpradjn146d4as5yj9c8k5l97wvxfyhf3qzra84mhabp80j"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/programble/ego-tree") (home-page "https://github.com/programble/ego-tree")
(synopsis "Vec-backed ID-tree") (synopsis "Vec-backed ID-tree")
(description "Ego Tree provides a vec-backed ID-tree.") (description "Ego Tree provides a vec-backed ID-tree.")