python310Packages.pythonnet: 3.0.2 -> 3.0.3
This commit is contained in:
parent
d4e6749f94
commit
1fdeae78fb
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "pythonnet";
|
pname = "pythonnet";
|
||||||
version = "3.0.2";
|
version = "3.0.3";
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "pythonnet";
|
pname = "pythonnet";
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "sha256-LN0cztxkp8m9cRvj0P0MSniTJHQTncVKppe+3edBx0Y=";
|
sha256 = "sha256-jUsulxWKAjh1+GR0WKWPOIF/T+Oa9gq91rDYrfHXfnU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This buildDotnetModule is used only to get nuget sources, the actual
|
# This buildDotnetModule is used only to get nuget sources, the actual
|
||||||
|
|
Loading…
Reference in a new issue