mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue