Unverified Commit 3fe770ca authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pyvesync: 3.1.4 -> 3.2.2

parent 09b7b022
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "pyvesync";
  version = "3.1.4";
  version = "3.2.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "webdjoe";
    repo = "pyvesync";
    tag = version;
    hash = "sha256-l+b53B8Bdd/WnM2Oe9srST2T2KXaQfXtfc5+BwNte90=";
    hash = "sha256-7QtyI5U1NRy0/iujfObdRHkwseetaD2M4f/buj8A9AY=";
  };

  build-system = [ setuptools ];