python3Packages.evolutionhttp: 0.0.18 -> 0.0.19

This commit is contained in:
Martin Weinelt
2025-06-28 15:40:07 +02:00
parent 7ae0be94c6
commit 9157a55c8b
@@ -17,12 +17,12 @@
buildPythonPackage rec {
pname = "evolutionhttp";
version = "0.0.18";
version = "0.0.19";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-LZ9IQJ2qVdCbhOECbPOjikeJA0aGKLdZURG6tjIrkT4=";
hash = "sha256-VhWYhkrZVUDu1I6ZZTZlTUhNfpma29tEYBLoT7xBd1M=";
};
build-system = [ hatchling ];