mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rust-uuid-macro-internal-1: Update to 1.3.0.
* gnu/packages/crates-io.scm (rust-uuid-macro-internal-1): Update to 1.3.0.
This commit is contained in:
parent
f2f0e9e192
commit
3d6e3b3d79
1 changed files with 2 additions and 2 deletions
|
@ -68921,14 +68921,14 @@ (define-public rust-uuid-0.5
|
|||
(define-public rust-uuid-macro-internal-1
|
||||
(package
|
||||
(name "rust-uuid-macro-internal")
|
||||
(version "1.2.2")
|
||||
(version "1.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "uuid-macro-internal" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1n3nw8vydhm5l3d32j3wgdwfd68rg71m400y4ijyd4s5i7r8kg3k"))))
|
||||
"1jbccm5pk216zrrf0ibd1j7m86lgmsyibs8d59ykhak5g2l01cy1"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue