gnu: Add rust-lopdf-0.31.
* gnu/packages/crates-io.scm (rust-lopdf-0.31): New variable. (rust-lopdf-0.29): Inherit from rust-lopdf-0.31. Change-Id: I602756f969e47375f538a7334b2c105515f15126master
parent
da4c49e45c
commit
33851ce196
|
@ -38687,8 +38687,47 @@ explosion.")
|
|||
image together with its neighboring pixels.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-lopdf-0.31
|
||||
(package
|
||||
(name "rust-lopdf")
|
||||
(version "0.31.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "lopdf" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0npqs454hz7z8ycldyi154fxmra0vkmp5xbjbzm346sb32vf3j07"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-encoding-rs" ,rust-encoding-rs-0.8)
|
||||
("rust-flate2" ,rust-flate2-1)
|
||||
("rust-image" ,rust-image-0.24)
|
||||
("rust-itoa" ,rust-itoa-1)
|
||||
("rust-linked-hash-map" ,rust-linked-hash-map-0.5)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-md5" ,rust-md5-0.7)
|
||||
("rust-nom" ,rust-nom-7)
|
||||
("rust-pom" ,rust-pom-3)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-time" ,rust-time-0.3)
|
||||
("rust-weezl" ,rust-weezl-0.1))
|
||||
#:cargo-development-inputs (("rust-clap" ,rust-clap-4)
|
||||
("rust-env-logger" ,rust-env-logger-0.10)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-shellexpand" ,rust-shellexpand-3)
|
||||
("rust-tempfile" ,rust-tempfile-3))))
|
||||
(home-page "https://github.com/J-F-Liu/lopdf")
|
||||
(synopsis "Rust library for PDF document manipulation")
|
||||
(description
|
||||
"This package provides a Rust library for PDF document manipulation.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-lopdf-0.29
|
||||
(package
|
||||
(inherit rust-lopdf-0.31)
|
||||
(name "rust-lopdf")
|
||||
(version "0.29.0")
|
||||
(source
|
||||
|
@ -38698,7 +38737,6 @@ image together with its neighboring pixels.")
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1p59fkn9rkas0jywm7z24970k3lpv71sxxabmkmnig3d1p26j3yy"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-chrono" ,rust-chrono-0.4)
|
||||
|
@ -38713,14 +38751,8 @@ image together with its neighboring pixels.")
|
|||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-time" ,rust-time-0.2)
|
||||
("rust-weezl" ,rust-weezl-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-env-logger" ,rust-env-logger-0.9)
|
||||
("rust-tempfile" ,rust-tempfile-3))))
|
||||
(home-page "https://github.com/J-F-Liu/lopdf")
|
||||
(synopsis "Rust library for PDF document manipulation")
|
||||
(description
|
||||
"This package provides a Rust library for PDF document manipulation.")
|
||||
(license license:expat)))
|
||||
#:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.9)
|
||||
("rust-tempfile" ,rust-tempfile-3))))))
|
||||
|
||||
(define-public rust-lopdf-0.26
|
||||
(package
|
||||
|
|
Reference in New Issue