python3Packages.pyprobables: 0.6.2 -> 0.7.0

This commit is contained in:
R. Ryantm
2026-02-10 14:18:19 +00:00
parent ce1a7c1f9e
commit 12e6d1b2fc
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyprobables";
version = "0.6.2";
version = "0.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "barrust";
repo = "pyprobables";
tag = "v${version}";
hash = "sha256-CxxpiYtqoAm81YjL6nTFIk4MnBG+1n3wbnW8u29lQlw=";
hash = "sha256-wUeNmkDzDBXGtMBplS2Hv6rK+M3eijVpYtHMhjIpsy8=";
};
build-system = [ setuptools ];