gnu: rust-quoted-printable-0.4: Update to 0.4.8.

* gnu/packages/crates-io.scm (rust-quoted-printable-0.4): Update to
0.4.8.
[arguments]: Don't skip build.
This commit is contained in:
Efraim Flashner 2023-07-13 22:20:40 +03:00
parent 1a37021d64
commit 560df3d176
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -50559,16 +50559,15 @@ (define-public rust-quote-0.3
(define-public rust-quoted-printable-0.4
(package
(name "rust-quoted-printable")
(version "0.4.3")
(version "0.4.8")
(source
(origin
(method url-fetch)
(uri (crate-uri "quoted_printable" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ig9b5nr2i2f72smsjkkx8pwpxp9vz2090dhi7n4jdlj15mjaf0j"))))
(base32 "0jcyi10gh2xzjvxls8r58gwc9yavw3iighkgnb1jwrjij8hncf2s"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/staktrace/quoted-printable")
(synopsis "Simple encoder/decoder for quoted-printable data")
(description