Merge pull request #275998 from r-ryantm/auto-update/python310Packages.pytile

python310Packages.pytile: 2023.10.0 -> 2023.12.0
This commit is contained in:
Fabian Affolter 2023-12-22 10:13:43 +01:00 committed by GitHub
commit a31f1521f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pytile";
version = "2023.10.0";
version = "2023.12.0";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = "pytile";
rev = "refs/tags/${version}";
hash = "sha256-L1Ovpxn7Y+reK8YcVBPwoRjKxcyByrPGz5i/csGzKfE=";
hash = "sha256-oHOeEaqkh+RjhpdQ5v1tFhaS6gUzl8UzDGnPLNRY90c=";
};
nativeBuildInputs = [