pythonPackages.sqlalchemy-utils: update to correct release tag (#479238)

This commit is contained in:
Sandro
2026-02-04 00:21:14 +00:00
committed by GitHub
@@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "sqlalchemy-utils";
version = "0.42.2";
version = "0.41.2";
pyproject = true;
src = fetchFromGitHub {