mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-thiserror-impl-1: Update to 1.0.26.
* gnu/packages/crates-io.scm (rust-thiserror-impl-1): Update to 1.0.26.
This commit is contained in:
parent
03ed20e87b
commit
89dab587d6
1 changed files with 2 additions and 2 deletions
|
@ -48204,7 +48204,7 @@ (define-public rust-thiserror-1
|
|||
(define-public rust-thiserror-impl-1
|
||||
(package
|
||||
(name "rust-thiserror-impl")
|
||||
(version "1.0.25")
|
||||
(version "1.0.26")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -48213,7 +48213,7 @@ (define-public rust-thiserror-impl-1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"139i3bxidyncjd1sphkn4c577nkba8lzmphhr9gb26xz1y67cdla"))))
|
||||
"0ia72qiynlws5avb8f1xqlazp4g6bqgzjbwy5vs6nyg7myh6j386"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue