mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Merge pull request #720 from razielgn/update-overrides-orjson-and-parasita
Update overrides for orjson and parsita
This commit is contained in:
commit
675a05088a
2 changed files with 7 additions and 1 deletions
|
@ -950,6 +950,9 @@
|
|||
"pandas": [
|
||||
"cython"
|
||||
],
|
||||
"parsita": [
|
||||
"poetry"
|
||||
],
|
||||
"pastel": [
|
||||
"poetry-core"
|
||||
],
|
||||
|
|
|
@ -1285,7 +1285,10 @@ lib.composeManyExtensions [
|
|||
"3.6.8" = "sha256-vpfceVtYkU09xszNIihY1xbqGWieqDquxwsAmDH8jd4=";
|
||||
"3.7.2" = "sha256-2U37IhftNYjH7sV7Nh51YpR/WjmPmmzX/aGuHsFgwf4=";
|
||||
"3.7.9" = "sha256-QHzAhjHgm4XLxY2zUdnIsd/WWMI7dJLQQAvTXC+2asQ=";
|
||||
}.${version} or null;
|
||||
"3.8.0" = "sha256-8k0DetamwLqkdcg8V/D2J5ja6IJSLi50CE+ZjFa7Hdc=";
|
||||
}.${version} or (
|
||||
lib.warn "Unknown orjson version: '${version}'. Please update getCargoHash." lib.fakeHash
|
||||
);
|
||||
in
|
||||
super.orjson.overridePythonAttrs (old: {
|
||||
cargoDeps = pkgs.rustPlatform.fetchCargoTarball {
|
||||
|
|
Loading…
Add table
Reference in a new issue