python3Packages.autobahn: 22.6.1 -> 22.7.1

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:01 +02:00
parent a3b847e552
commit fbf427f1de

View File

@ -48,14 +48,14 @@
buildPythonPackage rec {
pname = "autobahn";
version = "22.6.1";
version = "22.7.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-+2PpRtXC3Q32gIUehOZWJKSUzofJmfKklE5PLYG/RJg=";
sha256 = "sha256-i0Yuouaq1rTcDtRfuAC2y/6wMl5/5pg5B/Ei8r5KH+k=";
};
postPatch = ''