python310Packages.pytile: 2023.04.0 -> 2023.08.0

This commit is contained in:
R. Ryantm
2023-08-29 04:02:17 +00:00
parent 06b25e93b9
commit 1a4c043d7c
@@ -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 = [