Unverified Commit 9192ee9f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.pytile: 2023.12.0 -> 2024.12.0 (#368770)

parents 6e17c424 db4d481a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "pytile";
  version = "2023.12.0";
  version = "2024.12.0";
  format = "pyproject";

  disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "bachya";
    repo = "pytile";
    rev = "refs/tags/${version}";
    hash = "sha256-oHOeEaqkh+RjhpdQ5v1tFhaS6gUzl8UzDGnPLNRY90c=";
    hash = "sha256-6vcFGMj7E1xw01yHOq/WDpqMxd7OIiRBCmw5LForAR0=";
  };

  nativeBuildInputs = [ poetry-core ];