python3Packages.python-pooldose: 0.8.2 -> 0.8.6

This commit is contained in:
R. Ryantm
2026-03-18 20:51:19 +00:00
parent e91b3f8cf6
commit c69de7cb85
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "python-pooldose";
version = "0.8.2";
version = "0.8.6";
pyproject = true;
src = fetchFromGitHub {
owner = "lmaertin";
repo = "python-pooldose";
tag = version;
hash = "sha256-zhEUsbHIe31PQt4p0VhrZN3Y2ifE94br/D2ksRSh6Pg=";
hash = "sha256-MbfFCE88xWGGRkRPqZ9oftaydxs5R2cgIcdU0YqWQi4=";
};
build-system = [ setuptools ];