python3Packages.influxdb3-python: 0.19.0 -> 0.20.0
Diff: https://github.com/InfluxCommunity/influxdb3-python/compare/v0.19.0...v0.20.0 Changelog: https://github.com/InfluxCommunity/influxdb3-python/releases/tag/v0.20.0
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "influxdb3-python";
|
||||
version = "0.19.0";
|
||||
version = "0.20.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "InfluxCommunity";
|
||||
repo = "influxdb3-python";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-1wAJWQ2XHpmYUdrFaic57MTHwQt9711IZBsbVd6fZoM=";
|
||||
hash = "sha256-gCIaOE0k/h1Lb4wIuw+eOEjwdDJVc8tGd3Ql6JE+gmE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user