python3Packages.pythonnet: 3.0.4 -> 3.0.5

https://github.com/pythonnet/pythonnet/releases/tag/v3.0.5
This commit is contained in:
Martin Weinelt
2025-01-19 21:17:55 +01:00
parent 428122bd1c
commit 355d60d2a9

View File

@@ -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" ];