python38Packages.srsly: 2.4.1 -> 2.4.2

(#149199)
This commit is contained in:
R. RyanTM 2022-01-02 12:14:02 -08:00 committed by GitHub
parent 85f943aaad
commit 968da631e6
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.1";
version = "2.4.2";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-sPKuwKMp5ufnQqCmDpmnSWjKKb5x81xcTeIh4ygXaSY=";
hash = "sha256-KrolIpJ2eHUIat9OQ4DiewJNc2VUVveW+OB+s6TfrMA=";
};
nativeBuildInputs = [ cython ];