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

python3Packages.alembic: 1.4.3 -> 1.5.8

+2 -2
+2 -2
pkgs/development/python-modules/alembic/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "alembic"; 8 - version = "1.4.3"; 8 + version = "1.5.8"; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "5334f32314fb2a56d86b4c4dd1ae34b08c03cae4cb888bc699942104d66bc245"; 12 + sha256 = "e27fd67732c97a1c370c33169ef4578cf96436fa0e7dcfaeeef4a917d0737d56"; 13 13 }; 14 14 15 15 buildInputs = [ pytest pytestcov mock coverage ];