python3Packages.python-pooldose: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm
2026-05-17 10:50:26 +00:00
parent f9710d1500
commit 8b9fbf0579
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "python-pooldose";
version = "0.9.0";
version = "0.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "lmaertin";
repo = "python-pooldose";
tag = version;
hash = "sha256-7oG0qm0GMiFVgs6tQo9o2jaCZ/rou96QPRpLU853AQs=";
hash = "sha256-1WHNiVPquL/D5lpN27iXSA2cWU+VjCPIcW9Th65axVA=";
};
build-system = [ setuptools ];