python3Packages.pythonnet: 3.0.4 -> 3.0.5
https://github.com/pythonnet/pythonnet/releases/tag/v3.0.5
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
|
||||
let
|
||||
pname = "pythonnet";
|
||||
version = "3.0.4";
|
||||
version = "3.0.5";
|
||||
src = fetchFromGitHub {
|
||||
owner = "pythonnet";
|
||||
repo = "pythonnet";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-QdgcBFQDFxmFxuXsDlHcu+L/VWw2aKfyWDqPrawyhOs=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-3LBrV/cQrXFKMFE1rCalDsPZ3rOY7RczqXoryMoVi14=";
|
||||
};
|
||||
|
||||
# This buildDotnetModule is used only to get nuget sources, the actual
|
||||
@@ -69,7 +69,7 @@ buildPythonPackage {
|
||||
meta = with lib; {
|
||||
description = ".NET integration for Python";
|
||||
homepage = "https://pythonnet.github.io";
|
||||
changelog = "https://github.com/pythonnet/pythonnet/releases/tag/v${version}";
|
||||
changelog = "https://github.com/pythonnet/pythonnet/releases/tag/${src.tag}";
|
||||
license = licenses.mit;
|
||||
# <https://github.com/pythonnet/pythonnet/issues/898>
|
||||
badPlatforms = [ "aarch64-linux" ];
|
||||
|
||||
Reference in New Issue
Block a user