lol

python313Packages.sqlobject: 3.12.0 -> 3.13.0

Changelog: https://github.com/sqlobject/sqlobject/blob/3.13.0/docs/News.rst

+2 -2
+2 -2
pkgs/development/python-modules/sqlobject/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "sqlobject"; 16 - version = "3.12.0"; 16 + version = "3.13.0"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "sqlobject"; 23 23 repo = "sqlobject"; 24 24 tag = version; 25 - hash = "sha256-fxENuVTmp/EcDAdVqQWdtqtEW1mI+dfaImgWzGAaWfQ="; 25 + hash = "sha256-KcpbGqNsR77kwbTLKwvwWpyLvF1UowIsKM7Kirs7Zw4="; 26 26 }; 27 27 28 28 build-system = [ setuptools ];