mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-enumflags2-derive-0.7: Update to 0.7.10.
* gnu/packages/crates-io.scm (rust-enumflags2-derive-0.7): Update to 0.7.10. Change-Id: I2cb92cd5a568a151a0013ac9062d0c4ee6dab8c6
This commit is contained in:
parent
0508bc6b9e
commit
d3a73a0a85
1 changed files with 2 additions and 2 deletions
|
@ -24632,14 +24632,14 @@ (define-public rust-enumflags2-0.6
|
|||
(define-public rust-enumflags2-derive-0.7
|
||||
(package
|
||||
(name "rust-enumflags2-derive")
|
||||
(version "0.7.7")
|
||||
(version "0.7.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "enumflags2_derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0iapq76azgkqxby4v117a3jssa9rz7n18vla4i09grc3gngiz6jy"))))
|
||||
"1s29iqx3gj5l5s19a22lpn0nljhp5l9smqac99126n2qhfhlh3fy"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue