mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-error-code-2: Update to 2.3.1.
* gnu/packages/crates-io.scm (rust-error-code-2): Update to 2.3.1. [arguments]: Don't skip the build. Change-Id: If466df3993a3a35b3e090c405acd82153345c2eb
This commit is contained in:
parent
81b08a6998
commit
8c94dc760c
1 changed files with 3 additions and 4 deletions
|
@ -26462,17 +26462,16 @@ (define-public rust-error-code-2
|
|||
(package
|
||||
(inherit rust-error-code-3)
|
||||
(name "rust-error-code")
|
||||
(version "2.3.0")
|
||||
(version "2.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "error-code" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1zxi3pfrmj7hmv2bv94ax8vpylsfs49vwwp48c04wrr5mikma4dm"))))
|
||||
(base32 "08baxlf8qz01lgjsdbfhs193r9y1nlc566s5xvzyf4dzwy8qkwb4"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-str-buf" ,rust-str-buf-1))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue