mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-thiserror-impl-2: Update to 2.0.9.
* gnu/packages/crates-io.scm (rust-thiserror-impl-2): Update to 2.0.9. Change-Id: I9fdb39f271091aeca8170cc3dbecdc72e9e046af
This commit is contained in:
parent
873d5f0e1c
commit
3e6b49ca79
1 changed files with 2 additions and 2 deletions
|
@ -88162,14 +88162,14 @@ (define-public rust-thiserror-core-impl-1
|
|||
(define-public rust-thiserror-impl-2
|
||||
(package
|
||||
(name "rust-thiserror-impl")
|
||||
(version "2.0.6")
|
||||
(version "2.0.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "thiserror-impl" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "04k3dz901mymm06j3x6f65hpbsqlk6g51fmiky9g2kqgnk550myn"))))
|
||||
(base32 "1m77z5vb4w7xn7y12zxnbwncva4bwbi45y45xvkf5aki20kzll3v"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
|
|
Loading…
Reference in a new issue