lol

python3Packages.autobahn: 22.5.1 -> 22.6.1

+2 -2
+2 -2
pkgs/development/python-modules/autobahn/default.nix
··· 48 48 49 49 buildPythonPackage rec { 50 50 pname = "autobahn"; 51 - version = "22.5.1"; 51 + version = "22.6.1"; 52 52 format = "setuptools"; 53 53 54 54 disabled = pythonOlder "3.7"; 55 55 56 56 src = fetchPypi { 57 57 inherit pname version; 58 - sha256 = "sha256-NKpVabC0QZ+MJ3eSxgDcJRjEkwkox04iee+LiNi4o+o="; 58 + sha256 = "sha256-+2PpRtXC3Q32gIUehOZWJKSUzofJmfKklE5PLYG/RJg="; 59 59 }; 60 60 61 61 postPatch = ''