Commit 0a1754d6 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 6ead43da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "yte";
  version = "1.5.6";
  version = "1.5.7";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "koesterlab";
    repo = "yte";
    tag = "v${version}";
    hash = "sha256-1HiAtyVT/ihr/CdZUtgN1WA+3cLHXLcSbwN/JXP/FgQ=";
    hash = "sha256-mcg002lMUjrU/AAhioSBiB+vBIU9fAUBIKLoLS/9OVI=";
  };

  build-system = [ poetry-core ];