Unverified Commit 8fbd4361 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pysyncthru: 0.8.0 -> 0.10.1 (#497446)

parents 123924d5 d95b7b93
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "pysyncthru";
  version = "0.8.0";
  version = "0.10.1";

  pyproject = true;

@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "nielstron";
    repo = "pysyncthru";
    tag = version;
    hash = "sha256-Zije1WzfgIU9pT0H7T/Mx+5gEBCsRgMLkfsa/KB0YtI=";
    hash = "sha256-IJfj65p80Q4LwWkGV0A0QPtK2+FPkNVz9/WaNGzgTy8=";
  };

  nativeBuildInputs = [ setuptools ];