Merge pull request #198751 from fabaff/pytile-bump

python310Packages.pytile: 2022.02.0 -> 2022.10.0

authored by

Fabian Affolter and committed by
GitHub
dfb35cb5 d3a76a9a

+2 -2
+2 -2
pkgs/development/python-modules/pytile/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "pytile"; 15 - version = "2022.02.0"; 15 + version = "2022.10.0"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.8"; ··· 21 21 owner = "bachya"; 22 22 repo = pname; 23 23 rev = version; 24 - sha256 = "sha256-IGjM9yU/3EjO9sV1ZZUX7RUL/a6CcMPzANhVMTcbZGU="; 24 + sha256 = "sha256-fxtDqbslUyV/Otwy9MPIC8DSepTnEZiJKzeU8nlsnWI="; 25 25 }; 26 26 27 27 nativeBuildInputs = [