mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: rust-thiserror-impl-1: Update to 1.0.25.
* gnu/packages/crates-io.scm (rust-thiserror-impl-1): Update to 1.0.25.
This commit is contained in:
parent
5f859ec8ca
commit
4274e004b4
1 changed files with 2 additions and 2 deletions
|
@ -43750,7 +43750,7 @@ (define-public rust-thiserror-1
|
||||||
(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.22")
|
(version "1.0.25")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -43759,7 +43759,7 @@ (define-public rust-thiserror-impl-1
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mnx51374c69l1w7gh98prn2wzm2yvmlll4ms567a42vx0ihz8lv"))))
|
"139i3bxidyncjd1sphkn4c577nkba8lzmphhr9gb26xz1y67cdla"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Loading…
Reference in a new issue