python310Packages.pytile: 2022.10.0 -> 2023.04.0

Diff: https://github.com/bachya/pytile/compare/2022.10.0...2023.04.0
This commit is contained in:
Fabian Affolter 2023-04-11 09:04:05 +02:00
parent f45e382317
commit e6027d63a1

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 = [