Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #312605 from r-ryantm/auto-update/python311Packages.influxdb3-python

python311Packages.influxdb3-python: 0.4.0 -> 0.5.0

authored by Fabian Affolter and committed by GitHub ca8ea110 b22f2963

+2 -2
+2 -2
pkgs/development/python-modules/influxdb3-python/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "influxdb3-python"; 17 - version = "0.4.0"; 18 pyproject = true; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "InfluxCommunity"; 24 repo = "influxdb3-python"; 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-qFcXqbYsjn27BPeKxTsWxKJdF6y8Oz3VBrmSyO0vCGo="; 27 }; 28 29 build-system = [ setuptools ];
··· 14 15 buildPythonPackage rec { 16 pname = "influxdb3-python"; 17 + version = "0.5.0"; 18 pyproject = true; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "InfluxCommunity"; 24 repo = "influxdb3-python"; 25 rev = "refs/tags/v${version}"; 26 + hash = "sha256-vumKOvCLpcu0z1W/zmf3qsSo3a8FEbI+20/IMt6nCX4="; 27 }; 28 29 build-system = [ setuptools ];