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