Commit bb98b3f8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 88f31ac8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "pygmars";
  version = "0.8.1";
  version = "0.9.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "nexB";
    repo = "pygmars";
    rev = "refs/tags/v${version}";
    hash = "sha256-RwAZ1ZLh0zgGshSv7LleBHMotKapDFtD69ptqQnr0EA=";
    hash = "sha256-OhmTD83p/4tCMoCXy35/0fy8Tw1usn27dJyzpOeGlkU=";
  };

  dontConfigure = true;