python3Packages.pyprobables: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm
2025-11-30 08:15:57 +00:00
parent 0333aacd5c
commit 24924dc663
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyprobables";
version = "0.6.1";
version = "0.6.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "barrust";
repo = "pyprobables";
tag = "v${version}";
hash = "sha256-yJUYGfy+d+Xfk1DUDvBeWk0EcNPuW4DcUHx3G3jzEdc=";
hash = "sha256-CxxpiYtqoAm81YjL6nTFIk4MnBG+1n3wbnW8u29lQlw=";
};
build-system = [ setuptools ];