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 @@ handle Unicode characters correctly.")
|
||||||
(define-public rust-thiserror-impl-1
|
(define-public rust-thiserror-impl-1
|
||||||
(package
|
(package
|
||||||
(name "rust-thiserror-impl")
|
(name "rust-thiserror-impl")
|
||||||
(version "1.0.25")
|
(version "1.0.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -48213,7 +48213,7 @@ handle Unicode characters correctly.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"139i3bxidyncjd1sphkn4c577nkba8lzmphhr9gb26xz1y67cdla"))))
|
"0ia72qiynlws5avb8f1xqlazp4g6bqgzjbwy5vs6nyg7myh6j386"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in a new issue