nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.thinqconnect: 1.0.5 -> 1.0.6 (#403114)

authored by

Nick Cao and committed by
GitHub
12f64bfb 705c9ff9

+2 -2
+2 -2
pkgs/development/python-modules/thinqconnect/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "thinqconnect"; 14 - version = "1.0.5"; 14 + version = "1.0.6"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.10"; ··· 20 20 owner = "thinq-connect"; 21 21 repo = "pythinqconnect"; 22 22 tag = version; 23 - hash = "sha256-UJzlNxv2d0+E4G/I376F4HdtyDCYgXpWy8C70RrQtKk="; 23 + hash = "sha256-K2IkXUbJubSDE4uvR+Fu6uQADJMGNo7ZQDccZs3BOF8="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];