python3Packages.wolf-comm: 0.0.49 -> 0.0.52

This commit is contained in:
R. Ryantm
2026-06-19 03:45:09 +00:00
parent f7df78e77a
commit 61eef6006d
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "wolf-comm";
version = "0.0.49";
version = "0.0.52";
pyproject = true;
src = fetchFromGitHub {
owner = "janrothkegel";
repo = "wolf-comm";
tag = version;
hash = "sha256-sbW0ZwCNjrFsI8pKWiWEUgQN7toP/OthvsZxTGI5x/I=";
hash = "sha256-IdV52+/2GTsAtlN3mvdtSf6B2WS6w3SvAOaZyZA/e+I=";
};
build-system = [ setuptools ];