Unverified Commit 2d9392cc authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.binsync: 5.5.1 -> 5.7.10 (#449223)

parents 46f51f7b 6efc7c29
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "binsync";
  version = "5.5.1";
  version = "5.7.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "binsync";
    repo = "binsync";
    tag = "v${version}";
    hash = "sha256-C9yIb//h1pAJnlWT4+VgeVzeSjd0sfn8o4yfePNF/YM=";
    hash = "sha256-QDOfbo2yjfjLsLILMhl/ckKwXDusXfE8+YmFpW5djN0=";
  };

  build-system = [ setuptools ];