python3Packages.python-pooldose: 0.7.8 -> 0.8.0

Diff: https://github.com/lmaertin/python-pooldose/compare/0.7.8...0.8.0

Changelog: https://github.com/lmaertin/python-pooldose/blob/0.8.0/CHANGELOG.md
This commit is contained in:
Robert Schütz
2025-11-27 10:43:00 -08:00
parent deccbdea9d
commit d9928f1d95
@@ -12,16 +12,20 @@
buildPythonPackage rec {
pname = "python-pooldose";
version = "0.7.8";
version = "0.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lmaertin";
repo = "python-pooldose";
tag = version;
hash = "sha256-TOwogNRWmdbzEjvjSUYw9+5CXHfF2OXq8Jxaj3KsQ+A=";
hash = "sha256-zOl+c/bJmCH3ZUKcZDbRhnfctiQoq6z+C6LGHN6Jrhc=";
};
postPatch = ''
rm -r src/pooldose/values/__pycache__
'';
build-system = [ setuptools ];
dependencies = [