mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-mysqlclient-sys-0.2: Update to 0.2.5.
* gnu/packages/crates-io.scm (rust-mysqlclient-sys-0.2): Update to 0.2.5.
This commit is contained in:
parent
62b2720454
commit
8753750161
1 changed files with 2 additions and 2 deletions
|
@ -37318,7 +37318,7 @@ (define-public rust-mustache-0.9
|
|||
(define-public rust-mysqlclient-sys-0.2
|
||||
(package
|
||||
(name "rust-mysqlclient-sys")
|
||||
(version "0.2.4")
|
||||
(version "0.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -37326,7 +37326,7 @@ (define-public rust-mysqlclient-sys-0.2
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11ggkcbfnmp81amc9g0j98dk17fnmqcp9smgm9w401286kckg5ky"))))
|
||||
"16wndr59cbpc2wgli45zfgi0hi837pbrsh1aqh2k0ads50akh6zn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue