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

buildPythonPackage rec {
  pname = "pyatag";
  version = "3.5.1";
  version = "0.3.7.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
    owner = "MatsNl";
    repo = "pyatag";
    rev = "refs/tags/${version}";
    hash = "sha256-hyGos0LFVKv63jf1ODPFfk+R47oyHea+8MGvxeKpop8=";
    hash = "sha256-3h9mpopTbEULCx7rcEt/I/ZnUA0L/fJ7Y3L5h/6EuC4=";
  };

  propagatedBuildInputs = [