python310Packages.python-sql: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm 2023-06-20 02:09:32 +00:00
parent c7df2ea023
commit df648e5307

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "python-sql";
version = "1.4.0";
version = "1.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-b+dkCC9IiR2Ffqfm+kJfpU8TUx3fa4nyTAmOZGrRtLY=";
hash = "sha256-KkcvQLQPlFmdBi6/92BHm2NTX2LQLrnH1nGR4Iq/ctw=";
};
nativeCheckInputs = [