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

Configure Feed

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

python3Packages.dashscope: 1.24.4 -> 1.24.6

R. Ryantm 074b4186 c65a2a6c

+2 -2
+2 -2
pkgs/development/python-modules/dashscope/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "dashscope"; 21 - version = "1.24.4"; 21 + version = "1.24.6"; 22 22 pyproject = true; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "dashscope"; 26 26 repo = "dashscope-sdk-python"; 27 27 tag = "v${version}"; 28 - hash = "sha256-PX7RoL4EGMU62G64+T6tjgDgO+SAOZNysl199kvAWME="; 28 + hash = "sha256-kHvNg8yPlZyAr7Qgncv+axgG9sOKTjvxYnRojO5ih1g="; 29 29 }; 30 30 31 31 build-system = [ setuptools ];