me
/
guix
Archived
1
0
Fork 0

gnu: rust-diesel-1: Update to 1.4.8.

* gnu/packages/crates-io.scm (rust-diesel-1): Update to 1.4.8.
[arguments]: Skip more tests in cargo-test-flags.

Change-Id: I5299cecbd06282cd3c8faad6bd025de8fd145025
master
Efraim Flashner 2024-06-21 14:42:07 +03:00
parent 1707e1678f
commit f9b5caa93a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 8 additions and 5 deletions

View File

@ -21390,22 +21390,25 @@ Builder for PostgreSQL, SQLite, and MySQL.")
(package
(inherit rust-diesel-2)
(name "rust-diesel")
(version "1.4.6")
(version "1.4.8")
(source
(origin
(method url-fetch)
(uri (crate-uri "diesel" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0hpmwrc0zx3zvpgwp9zrm6wj8d8i8q8990grlrnfzlivbi6zqyq4"))))
"0kcfkfhsv5yv3ksj440ajgic930359i2bqi77ss4dm5pyvn3b0dj"))))
(arguments
`(#:cargo-test-flags
'("--release"
"--features" "sqlite"
"--"
"--skip=expression::count::count")
"--skip=expression::count::count"
"--skip=macros::internal::parse_type_args_with_bounds"
"--skip=macros::internal::parse_type_args_with_bounds_containing_braces_and_commas"
"--skip=macros::internal::parse_type_args_with_existentials_and_lifetimes"
"--skip=macros::internal::parse_type_args_with_trailer")
#:cargo-inputs
(("rust-bigdecimal" ,rust-bigdecimal-0.1)
("rust-bitflags" ,rust-bitflags-1)