Unverified Commit 29c58250 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.yte: 1.8.0 -> 1.8.1 (#416632)

parents ff1f07d1 69ccaf97
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "yte";
  version = "1.8.0";
  version = "1.8.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "koesterlab";
    repo = "yte";
    tag = "v${version}";
    hash = "sha256-C4yhHT+7B0Gncqj/fKKtBpsO4TxImfEMbEkuwC5uSgw=";
    hash = "sha256-0YIZd0qgtriyD+xCxJZENY7Z1fART3MS8pubnpysGRc=";
  };

  build-system = [ poetry-core ];