python312Packages.pyprobables: refactor

This commit is contained in:
Fabian Affolter
2024-12-23 09:07:35 +01:00
parent 21242dac6f
commit 1faac858bf
@@ -21,7 +21,7 @@ buildPythonPackage rec {
hash = "sha256-yJUYGfy+d+Xfk1DUDvBeWk0EcNPuW4DcUHx3G3jzEdc=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];
@@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Probabilistic data structures";
homepage = "https://github.com/barrust/pyprobables";
changelog = "https://github.com/barrust/pyprobables/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/barrust/pyprobables/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};