python3Packages.srsly: 0.1.0 -> 0.2.0

Changelog:
https://github.com/explosion/srsly/releases/tag/v0.2.0
This commit is contained in:
Daniël de Kok 2019-11-02 09:31:16 +01:00
parent fed908b3a5
commit e82694c58a

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "srsly";
version = "0.1.0";
version = "0.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "1l9yjp1w2vrkrynxrlrc0v47i2iq9059k4ni44nz23573xbdrh2w";
sha256 = "0gha1xfh64mapvgn0sghnjsvmjdrh5rywhs3j3bhkvwk42kf40ma";
};
propagatedBuildInputs = lib.optional (pythonOlder "3.4") pathlib;