mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
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:
parent
1a37021d64
commit
560df3d176
1 changed files with 2 additions and 3 deletions
|
@ -50559,16 +50559,15 @@ (define-public rust-quote-0.3
|
||||||
(define-public rust-quoted-printable-0.4
|
(define-public rust-quoted-printable-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-quoted-printable")
|
(name "rust-quoted-printable")
|
||||||
(version "0.4.3")
|
(version "0.4.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "quoted_printable" version))
|
(uri (crate-uri "quoted_printable" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ig9b5nr2i2f72smsjkkx8pwpxp9vz2090dhi7n4jdlj15mjaf0j"))))
|
(base32 "0jcyi10gh2xzjvxls8r58gwc9yavw3iighkgnb1jwrjij8hncf2s"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments `(#:skip-build? #t))
|
|
||||||
(home-page "https://github.com/staktrace/quoted-printable")
|
(home-page "https://github.com/staktrace/quoted-printable")
|
||||||
(synopsis "Simple encoder/decoder for quoted-printable data")
|
(synopsis "Simple encoder/decoder for quoted-printable data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue