reshape: 0.6.1 -> 0.7.0

This commit is contained in:
R. Ryantm 2024-01-22 04:09:34 +00:00
parent 0fbb6483cf
commit 9730b7f3a7

View file

@ -7,14 +7,14 @@
rustPlatform.buildRustPackage rec {
pname = "reshape";
version = "0.6.1";
version = "0.7.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-pTEOVDeCE69dn005nj1ULGKjguCtC1uReI/l3WEz4+w=";
hash = "sha256-wv2gKyXCEH+tnZkUUAisMbuseth3dsFiJujH8VO1ii4=";
};
cargoHash = "sha256-KYU5drTVHdWmlE01Fq1TxJZTe87yBpDKIGm4P+RRCGw=";
cargoHash = "sha256-VTJ3FNhVLgxo/VVBhk1yF9UUktLXcbrEkYwoyoWFhXA=";
nativeCheckInputs = [
postgresqlTestHook