gnu: Add rust-qrencode-0.14.

* gnu/packages/crates-io.scm (rust-qrencode-0.14): New variable.

Change-Id: I23ee1b5880d52c595907ff5359d1ca71c355be33
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Giacomo Leidi 2024-11-07 23:27:06 +01:00 committed by Efraim Flashner
parent efc513f776
commit 946b906183
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -65467,6 +65467,27 @@ (define-public rust-python-pkginfo-0.5
("rust-zip" ,rust-zip-0.6))
#:cargo-development-inputs (("rust-serde-json" ,rust-serde-json-1))))))
(define-public rust-qrencode-0.14
(package
(name "rust-qrencode")
(version "0.14.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "qrencode" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1hgp0lchnp3zx79j3799nm445rvqg7x62x2x7926ky22lqhv23d6"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-checked-int-cast" ,rust-checked-int-cast-1)
("rust-image" ,rust-image-0.24))
#:cargo-development-inputs (("rust-image" ,rust-image-0.24))))
(home-page "https://github.com/sayanarijit/qrencode")
(synopsis "QR code encoder in Rust")
(description "This package provides QR code encoder in Rust.")
(license (list license:expat license:asl2.0))))
(define-public rust-quad-rand-0.2
(package
(name "rust-quad-rand")