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

python310Packages.pytile: 2023.04.0 -> 2023.08.0
This commit is contained in:
Fabian Affolter 2023-08-31 15:27:01 +02:00 committed by GitHub
commit 2f0a48600f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pytile";
version = "2023.04.0";
version = "2023.08.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,8 +21,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "bachya";
repo = pname;
rev = version;
hash = "sha256-SFHWhXKC7PIqanJIQyGcpM8klwxOAJPVtzk9w0i2YYA=";
rev = "refs/tags/${version}";
hash = "sha256-wPtGofli3ZKBcAwjwjCbeYnLaSZ5lLshlBSz1/WlAcg=";
};
patches = [