Skip to content

Commit 02d838a

Browse files
authored
python312Packages.influxdb3-python: 0.9.0 -> 0.10.0 (#359619)
2 parents acd9b02 + 6cb5eb6 commit 02d838a

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/influxdb3-python

1 file changed

+2
-2
lines changed

Diff for: pkgs/development/python-modules/influxdb3-python/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
buildPythonPackage rec {
1717
pname = "influxdb3-python";
18-
version = "0.9.0";
18+
version = "0.10.0";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
2424
owner = "InfluxCommunity";
2525
repo = "influxdb3-python";
2626
rev = "refs/tags/v${version}";
27-
hash = "sha256-4P+bQEldyBNh4qsIkoZLXnUOrQ5wVGbr55xbS0oQMMM=";
27+
hash = "sha256-b+AxR6TFHrejSeU6el5beCFscKIsyaonMDC8jZWShRM=";
2828
};
2929

3030
postPatch = ''

0 commit comments

Comments
 (0)