python3Packages.dotnetcore2: 2.1.13 -> 2.1.14
This commit is contained in:
parent
c49024cef6
commit
22e8a4e09a
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dotnetcore2";
|
pname = "dotnetcore2";
|
||||||
version = "2.1.13";
|
version = "2.1.14";
|
||||||
format = "wheel";
|
format = "wheel";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
inherit pname version format;
|
inherit pname version format;
|
||||||
python = "py3";
|
python = "py3";
|
||||||
platform = "manylinux1_x86_64";
|
platform = "manylinux1_x86_64";
|
||||||
sha256 = "1fbg3pn7g0a6pg0gb5vaapcc3cdp6wfnliim57fn3cnzmx5d8p6i";
|
sha256 = "68182f4b704db401b2012c10ed8a19561f8d487063632f8731c2e58960ca9242";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [ unzip ];
|
||||||
|
Loading…
Reference in New Issue
Block a user