me
/
guix
Archived
1
0
Fork 0

gnu: rust-thiserror-impl-1: Update to 1.0.37.

* gnu/packages/crates-io.scm (rust-thiserror-impl-1): Update to 1.0.37.

Signed-off-by: Andrew Tropin <andrew@trop.in>
Nicolas Graves 2022-10-26 10:58:59 +02:00 committed by Andrew Tropin
parent e6bffa99b1
commit 51cf11739d
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 3 additions and 5 deletions

View File

@ -58090,16 +58090,14 @@ handle Unicode characters correctly.")
(define-public rust-thiserror-impl-1
(package
(name "rust-thiserror-impl")
(version "1.0.26")
(version "1.0.37")
(source
(origin
(method url-fetch)
(uri (crate-uri "thiserror-impl" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0ia72qiynlws5avb8f1xqlazp4g6bqgzjbwy5vs6nyg7myh6j386"))))
(base32 "1fydmpksd14x1mkc24zas01qjssz8q43sbn2ywl6n527dda1fbcq"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t