python3Packages.srsly: 2.4.1 -> 2.4.2

This commit is contained in:
Jonathan Ringer
2021-12-14 12:03:57 -08:00
parent 5c297019b4
commit 07fc3b9054
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "srsly";
version = "2.4.1";
version = "2.4.2";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-sPKuwKMp5ufnQqCmDpmnSWjKKb5x81xcTeIh4ygXaSY=";
hash = "sha256-KrolIpJ2eHUIat9OQ4DiewJNc2VUVveW+OB+s6TfrMA=";
};
nativeBuildInputs = [ cython ];