Commit 6efc7c29 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.binsync: 5.5.1 -> 5.7.10

parent 0bcf98ab
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 ];