Unverified Commit 7d4ed427 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.iocx: 0.6.0 -> 0.7.0 (#514485)

parents b59bc0b4 7be7c766
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage (finalAttrs: {
  pname = "iocx";
  version = "0.6.0";
  version = "0.7.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "iocx-dev";
    repo = "iocx";
    tag = "v${finalAttrs.version}";
    hash = "sha256-WdUHqQXq/qJyqZ5O9+E777+fQaQowvftDtQ0mj67FHw=";
    hash = "sha256-QLnlxCFVN2hxQtprNuete9iEAy3k4lxJUwbZcPhHMH0=";
  };

  build-system = [ setuptools ];