lol

python313Packages.powerfox: 1.2.0 -> 1.2.1

https://github.com/klaasnicolaas/python-powerfox/releases/tag/v1.2.1

+2 -2
+2 -2
pkgs/development/python-modules/powerfox/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "powerfox"; 21 - version = "1.2.0"; 21 + version = "1.2.1"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.11"; ··· 27 27 owner = "klaasnicolaas"; 28 28 repo = "python-powerfox"; 29 29 tag = "v${version}"; 30 - hash = "sha256-VSkOCJu3HXBHkvYtSe/kYFOhJ9kMrcf/ijMqvUB9aRU="; 30 + hash = "sha256-eBadw++8mB/RUejIbMAnfBRmM+YC7oeeBWRaHCCyizo="; 31 31 }; 32 32 33 33 patches = [