python3Packages.python-pooldose: 0.9.6 -> 0.9.9

This commit is contained in:
R. Ryantm
2026-08-23 05:23:27 +00:00
parent f58bbc7ea2
commit aa3f9a23a3

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "python-pooldose";
version = "0.9.6";
version = "0.9.9";
pyproject = true;
src = fetchFromGitHub {
owner = "lmaertin";
repo = "python-pooldose";
tag = version;
hash = "sha256-eSFe3PRKhVMuwJ7XUHRec8nPilSxGUQ1T2k2loLubUg=";
hash = "sha256-03U6x1Q0f8oH58Z3IDUW82dc24Od9+fqF/fF0mbzcgg=";
};
build-system = [ setuptools ];