me
/
guix
Archived
1
0
Fork 0

gnu: rust-thiserror-1: Update to 1.0.25.

* gnu/packages/crates-io.scm (rust-thiserror-1): Update to 1.0.25.
master
Nicolas Goaziou 2021-06-07 23:42:31 +02:00
parent 4274e004b4
commit 57968e17cc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -43722,7 +43722,7 @@ handle Unicode characters correctly.")
(define-public rust-thiserror-1
(package
(name "rust-thiserror")
(version "1.0.22")
(version "1.0.25")
(source
(origin
(method url-fetch)
@ -43731,7 +43731,7 @@ handle Unicode characters correctly.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0gp5wp7izpv9rdvq035ajbxcl3g0vck61pg9y6mfsvk1hi5y76hf"))))
"1ip9j8riar3xffp261yls4phpasz768xhnafxdz4qlargx2pcvzs"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t