python3Packages.sqlalchemy: 1.4.29 -> 1.4.31

This commit is contained in:
Martin Weinelt
2022-01-21 10:05:31 +01:00
parent 8fb7e9b9d4
commit 002467e0d6
2 changed files with 10 additions and 4 deletions

View File

@@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "SQLAlchemy";
version = "1.4.29";
version = "1.4.31";
src = fetchPypi {
inherit pname version;
sha256 = "sha256:+iutFOFHS6ZJz8lpwdLskV3T55Z380a7/gjpPvkCCzk=";
sha256 = "sha256-WCtZ0eV4CkR6raIrRh5QtASp3AV2jaHYc2itgZBGhBg=";
};
propagatedBuildInputs = [