python3Packages.sqlframe: 3.45.0 -> 3.46.2

Diff: https://github.com/eakmanrq/sqlframe/compare/v3.45.0...v3.46.2

Changelog: https://github.com/eakmanrq/sqlframe/releases/tag/v3.46.2
This commit is contained in:
Michael Daniels
2026-02-22 18:14:50 -05:00
parent c88b8f6e9a
commit 351d9cd283
@@ -38,14 +38,14 @@
buildPythonPackage rec {
pname = "sqlframe";
version = "3.45.0";
version = "3.46.2";
pyproject = true;
src = fetchFromGitHub {
owner = "eakmanrq";
repo = "sqlframe";
tag = "v${version}";
hash = "sha256-S0tcdmdA9SptmaFT/G3efO3yPLWrBOJVDLCK3Zu2r9w=";
hash = "sha256-WTeJXiIkyj9FgO1w3P6JsCTtpGzezWnsiz/boB9PdIU=";
};
build-system = [ setuptools-scm ];