Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: SQLAlchemy: 1.2.2 -> 1.2.3

+2 -2
+2 -2
pkgs/development/python-modules/sqlalchemy/default.nix
··· 11 11 buildPythonPackage rec { 12 12 pname = "SQLAlchemy"; 13 13 name = "${pname}-${version}"; 14 - version = "1.2.2"; 14 + version = "1.2.3"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "64b4720f0a8e033db0154d3824f5bf677cf2797e11d44743cf0aebd2a0499d9d"; 18 + sha256 = "9e9ec143e2e246f385cfb2de8daa89d2fa466279addcb7be9e102988fdf33d24"; 19 19 }; 20 20 21 21 checkInputs = [