mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-ctor-0.1: Update to 0.1.15.
* gnu/packages/crates-io.scm (rust-ctor-0.1): Update to 0.1.15.
This commit is contained in:
parent
015881e9a8
commit
914bfc806a
1 changed files with 2 additions and 2 deletions
|
@ -4747,7 +4747,7 @@ (define-public rust-ct-logs-0.3
|
|||
(define-public rust-ctor-0.1
|
||||
(package
|
||||
(name "rust-ctor")
|
||||
(version "0.1.13")
|
||||
(version "0.1.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4756,7 +4756,7 @@ (define-public rust-ctor-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qgwkwyxishpp3wkbwq5i27zdxz539ii0sz129xj061ffnnfbia7"))))
|
||||
"09x2my9x33srjdip8yf4lm5gq7xqis2694abvpa64r60pajqm19r"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue