python37Packages.srsly: 0.0.5 -> 0.0.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-srsly/versions
This commit is contained in:
parent
e2d07d2cc7
commit
2ea77f9520
@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "srsly";
|
pname = "srsly";
|
||||||
version = "0.0.5";
|
version = "0.0.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0apgm8znc3k79ifja16fvxsxwgpy3n2fvbp7iwf9szizzpjscylp";
|
sha256 = "1v9nn17q2lshnvnc8ff6nk53rggz2hgnmx4fj4czfr40125r98pk";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = lib.optional (pythonOlder "3.4") pathlib;
|
propagatedBuildInputs = lib.optional (pythonOlder "3.4") pathlib;
|
||||||
|
Loading…
Reference in New Issue
Block a user