lol

python3Packages.sortedcontainers: 2.3.0 -> 2.4.0

+2 -2
+2 -2
pkgs/development/python-modules/sortedcontainers/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "sortedcontainers"; 8 - version = "2.3.0"; 8 + version = "2.4.0"; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1"; 12 + sha256 = "25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88"; 13 13 }; 14 14 15 15 # pypi tarball does not come with tests