Skip to content

Commit

Permalink
Merge pull request #292942 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.duckdb-engine

python311Packages.duckdb-engine: 0.11.1 -> 0.11.2
  • Loading branch information
leona-ya authored Mar 3, 2024
2 parents 0238b66 + 4d616fa commit 1242ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/duckdb-engine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "duckdb-engine";
version = "0.11.1";
version = "0.11.2";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
repo = "duckdb_engine";
owner = "Mause";
rev = "refs/tags/v${version}";
hash = "sha256-GMtQtcKEn2mdryl1KMYnYYeGpdbowP3o4dStwuL8AcU=";
hash = "sha256-yW1gaZ0B6JNX98KzAxf146goniNmWnkMUmJRrScot1w=";
};

patches = [ ./remote_data.patch ];
Expand Down

0 comments on commit 1242ecc

Please sign in to comment.