mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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:
parent
04ac81e777
commit
ea19427217
1 changed files with 2 additions and 3 deletions
|
@ -24749,16 +24749,15 @@ (define-public rust-editdistancek-1
|
|||
(define-public rust-ego-tree-0.6
|
||||
(package
|
||||
(name "rust-ego-tree")
|
||||
(version "0.6.2")
|
||||
(version "0.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ego-tree" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "149mkc6j7bx653s39rpnsnpl5dvd1rj18czcil57w54k868a8s1s"))))
|
||||
(base32 "0hincmpradjn146d4as5yj9c8k5l97wvxfyhf3qzra84mhabp80j"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/programble/ego-tree")
|
||||
(synopsis "Vec-backed ID-tree")
|
||||
(description "Ego Tree provides a vec-backed ID-tree.")
|
||||
|
|
Loading…
Reference in a new issue