Merge pull request #261972 from r-ryantm/auto-update/python311Packages.agate-sql
python311Packages.agate-sql: 0.5.9 -> 0.7.0
This commit is contained in:
commit
41cea790ee
1 changed files with 2 additions and 4 deletions
|
@ -11,13 +11,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "agate-sql";
|
||||
version = "0.5.9";
|
||||
version = "0.7.0";
|
||||
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-MLZCoypbZxFhq++ejsNjUvLniiTOhJBU7axpRti53cY=";
|
||||
hash = "sha256-uyHkkc3KzuYulOtod9KkHQmszVh2mrrCOLwvQt6JTMk=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ agate sqlalchemy ];
|
||||
|
@ -27,8 +27,6 @@ buildPythonPackage rec {
|
|||
pythonImportsCheck = [ "agatesql" ];
|
||||
|
||||
meta = with lib; {
|
||||
# https://github.com/wireservice/agate-sql/commit/74af1badd85408909ea72cb6ca8c0b223d178c6f
|
||||
broken = lib.versionAtLeast sqlalchemy.version "2.0";
|
||||
description = "Adds SQL read/write support to agate.";
|
||||
homepage = "https://github.com/wireservice/agate-sql";
|
||||
license = with licenses; [ mit ];
|
||||
|
|
Loading…
Reference in a new issue