Merge pull request #225698 from fabaff/pytile-bump

python310Packages.pytile: 2022.10.0 -> 2023.04.0
This commit is contained in:
Fabian Affolter 2023-04-11 12:02:41 +02:00 committed by GitHub
commit d1cff5cb86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pytile";
version = "2022.10.0";
version = "2023.04.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
hash = "sha256-fxtDqbslUyV/Otwy9MPIC8DSepTnEZiJKzeU8nlsnWI=";
hash = "sha256-SFHWhXKC7PIqanJIQyGcpM8klwxOAJPVtzk9w0i2YYA=";
};
nativeBuildInputs = [