Commit 456d2faa authored by Felix Buehler's avatar Felix Buehler
Browse files

python310Packages.spacy-loggers: 1.0.1 -> 1.0.2

parent 7aaef4f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

buildPythonPackage rec {
  pname = "spacy-loggers";
  version = "1.0.1";
  version = "1.0.2";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-F9DiSbLmxlRsSfxlYaCmhfkajtvySlsrd1nq1EPHRlQ=";
    sha256 = "sha256-511E9M+Z5nY9cTLKfIxCDgqSeQIioIvI654k6iwTU24=";
  };

  propagatedBuildInputs = [