mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: rust-ctor-0.2: Update to 0.2.8.
* gnu/packages/crates-io.scm (rust-ctor-0.2): Update to 0.2.8. Change-Id: I1aae6943d06bd8c8bd173177a90e5fca0dbd48ee Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
3c27dd8438
commit
bf6527ab0d
1 changed files with 2 additions and 2 deletions
|
@ -19089,14 +19089,14 @@ (define-public rust-ct-logs-0.7
|
|||
(define-public rust-ctor-0.2
|
||||
(package
|
||||
(name "rust-ctor")
|
||||
(version "0.2.7")
|
||||
(version "0.2.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ctor" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0p289www67xwnxsqgvlh3mzi0zmdysxsqf4cx2kvgfcj96kiladd"))))
|
||||
"17yxfh3qkj9l6a1rmb8crw8189f1rw4a5m5c2xdy8gigh9j93d7d"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue