me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-claxon-0.4.

* gnu/packages/crates-io.scm (rust-claxon-0.4): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Steve George 2023-10-23 23:21:32 +01:00 committed by Efraim Flashner
parent a7fb63cbfa
commit 2e5cf709e1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 19 additions and 0 deletions

View File

@ -12642,6 +12642,25 @@ usage.")
(description "This package provides Rust bindings for libclang.")
(license license:asl2.0)))
(define-public rust-claxon-0.4
(package
(name "rust-claxon")
(version "0.4.3")
(source (origin
(method url-fetch)
(uri (crate-uri "claxon" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1206mxvw833ysg10029apcsjjwly8zmsvksgza5cm7ma4ikzbysb"))))
(build-system cargo-build-system)
(arguments
(list #:skip-build? #t)) ; Cut the dependency graph.
(home-page "https://github.com/ruuda/claxon#readme")
(synopsis "FLAC decoding library")
(description "This package provides a FLAC decoding library.")
(license license:asl2.0)))
(define-public rust-cipher-0.4
(package
(name "rust-cipher")