lol

python3Packages.blis: 0.7.7 -> 0.9.0

+2 -2
+2 -2
pkgs/development/python-modules/blis/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "blis"; 12 - version = "0.7.7"; 12 + version = "0.9.0"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "sha256-XUqB+UONt6GayOZK1BMx9lplnqjzuxiJqcIIjP2f4QQ="; 16 + sha256 = "sha256-aZ4coUlnFjcLS5tSfFjYQr+JKGPY2UTNoy+HIO08tCk="; 17 17 }; 18 18 19 19 nativeBuildInputs = [