me
/
guix
Archived
1
0
Fork 0

gnu: rust-uuid-macro-internal-1: Update to 1.3.3.

* gnu/packages/crates-io.scm (rust-uuid-macro-internal-1): Update to
1.3.3.
[cargo-inputs]: Replace rust-syn-1 with 2.
Efraim Flashner 2023-05-16 12:01:35 +03:00
parent 18102a7347
commit b81a029145
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -71765,20 +71765,20 @@ first byte.")
(define-public rust-uuid-macro-internal-1
(package
(name "rust-uuid-macro-internal")
(version "1.3.0")
(version "1.3.3")
(source (origin
(method url-fetch)
(uri (crate-uri "uuid-macro-internal" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1jbccm5pk216zrrf0ibd1j7m86lgmsyibs8d59ykhak5g2l01cy1"))))
"1nj53qzhk4xqw6rkz33q40rjs0mx9pdbjg11xvhydwiayicv8rrz"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
("rust-syn" ,rust-syn-2))))
(home-page "https://github.com/uuid-rs/uuid")
(synopsis "@code{uuid!} macro implementation details")
(description