Unverified Commit b9126a0c authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Package.atom: 0.11.0 -> 0.12.1; fix build failure (#476378)

parents c8491f72 dc1e0ee9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "atom";
  version = "0.11.0";
  version = "0.12.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "nucleic";
    repo = "atom";
    tag = version;
    hash = "sha256-3Xk4CM8Cnkc0lIdjJUYs/6UTqqpPALrUa3DpKD40og8=";
    hash = "sha256-XFJujJrxubtdCLTr1oaM7h0LNS1Ep08f8+1tRzARBqs=";
  };

  nativeBuildInputs = [ setuptools-scm ];