Merge pull request #168700 from r-ryantm/auto-update/python3.10-srsly

python310Packages.srsly: 2.4.2 -> 2.4.3
This commit is contained in:
Mario Rodas 2022-04-14 22:05:45 -05:00 committed by GitHub
commit 3b013d9daf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "srsly";
version = "2.4.2";
version = "2.4.3";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-KrolIpJ2eHUIat9OQ4DiewJNc2VUVveW+OB+s6TfrMA=";
hash = "sha256-2+kfbdSuqegZSTYoNW3HFb2cYGSGKXu3yldI5uADhBw=";
};
nativeBuildInputs = [ cython ];