hayagriva: 0.3.2 -> 0.4.0

Diff: https://diff.rs/hayagriva/0.3.2/0.4.0

Changelog: https://github.com/typst/hayagriva/releases/tag/v0.4.0

figsoda 4b000cad 4550ecb3

+11 -3
+11 -3
pkgs/tools/typesetting/hayagriva/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "hayagriva"; 8 - version = "0.3.2"; 9 10 src = fetchCrate { 11 inherit pname version; 12 - hash = "sha256-4HX0X8HDn0/D9mcruCVKeIs9ryCxYagW5eJ/DSqtprY="; 13 }; 14 15 - cargoHash = "sha256-JvRWdoZ5/jG09ex7avkE3JUcdMGIsfirSx9PDyAtVfU="; 16 17 buildFeatures = [ "cli" ]; 18 19 meta = with lib; { 20 description = "Work with references: Literature database management, storage, and citation formatting";
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "hayagriva"; 8 + version = "0.4.0"; 9 10 src = fetchCrate { 11 inherit pname version; 12 + hash = "sha256-d4T+GF0bdMjpjwcN56yYpEw4aZCvJ19P1cbPuVhFR0A="; 13 }; 14 15 + cargoHash = "sha256-mRKvCnW4XVXYzOKQ5rASwiwpLdqpEgGlq8W4gB7hHco="; 16 17 buildFeatures = [ "cli" ]; 18 + 19 + checkFlags = [ 20 + # requires internet access 21 + "--skip=try_archive" 22 + 23 + # requires a separate large repository 24 + "--skip=csl::tests::test_csl" 25 + ]; 26 27 meta = with lib; { 28 description = "Work with references: Literature database management, storage, and citation formatting";