lol

Merge pull request #196318 from mweinelt/sqlalchemy-1.4.42

authored by

Martin Weinelt and committed by
GitHub
89465420 262bce30

+2 -2
+2 -2
pkgs/development/python-modules/sqlalchemy/default.nix
··· 39 39 40 40 buildPythonPackage rec { 41 41 pname = "SQLAlchemy"; 42 - version = "1.4.41"; 42 + version = "1.4.42"; 43 43 disabled = pythonOlder "3.7"; 44 44 45 45 src = fetchPypi { 46 46 inherit pname version; 47 - hash = "sha256-ApL3DReX48VOhi5vMK5HQBRki8nHI+FKL9pzCtsKl5E="; 47 + hash = "sha256-F35BkUxHbtHht3/QWWbqiMCUBT4XqFMDxM4Af4jv82M="; 48 48 }; 49 49 50 50 nativeBuildInputs = lib.optionals (!isPyPy) [