gnu: Add rust-omnipath-0.1.

* gnu/packages/crates-io.scm (rust-omnipath-0.1): New variable.

Change-Id: I9007edc1663f058c5685fa97fc1c20cfa13f2bbe
This commit is contained in:
Efraim Flashner 2024-03-31 14:57:59 +03:00
parent 93d8d14e53
commit 5125f13643
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -47733,6 +47733,23 @@ (define-public rust-ogg-0.8
spec in pure Rust.") spec in pure Rust.")
(license license:expat))) (license license:expat)))
(define-public rust-omnipath-0.1
(package
(name "rust-omnipath")
(version "0.1.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "omnipath" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0xd5a4xwsfmhzk59v6wz65f59rk16d7gvkg90w1qhb0jg08b7bc0"))))
(build-system cargo-build-system)
(home-page "https://github.com/ChrisDenton/omnipath")
(synopsis "Path utility library")
(description "This package provides a path utility library.")
(license (list license:expat license:asl2.0))))
(define-public rust-onig-6 (define-public rust-onig-6
(package (package
(name "rust-onig") (name "rust-onig")