python312Packages.pytile: 2023.12.0 -> 2024.12.0

Diff: https://github.com/bachya/pytile/compare/refs/tags/2023.12.0...2024.12.0

Changelog: https://github.com/bachya/pytile/releases/tag/2024.12.0
This commit is contained in:
Fabian Affolter
2024-12-28 11:04:18 +01:00
parent 651c20357d
commit db4d481ae1
@@ -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 ];