python312Packages.asyncio-dgram: fix hash

This commit is contained in:
Fabian Affolter
2024-12-23 22:24:06 +01:00
parent de1864217b
commit e55ae8eff9
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "jsbronder";
repo = "asyncio-dgram";
rev = "refs/tags/v${version}";
hash = "sha256-Eb/9JtgPT2yOlfnn5Ox8M0kcQhSlRCuX8+Rq6amki8Q=";
hash = "sha256-9aO3xFmoR74uZSzxBPRVvz0QSW15TAdWEszLBX8AUR4=";
};
build-system = [ setuptools ];