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

This commit is contained in:
Fabian Affolter
2024-12-30 10:50:00 +01:00
committed by GitHub
@@ -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 ];