Skip to content

Commit

Permalink
Merge pull request #203447 from SuperSandro2000/auto-update/python310…
Browse files Browse the repository at this point in the history
…Packages.openstacksdk

Closes #203357
  • Loading branch information
SuperSandro2000 committed Dec 1, 2022
2 parents 4273cd0 + a6415e6 commit 29edfde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/openstacksdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

buildPythonPackage rec {
pname = "openstacksdk";
version = "0.102.0";
version = "0.103.0";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
hash = "sha256-sqGP66eerCrDRpyNr+AdQAjIrDC+OkxrUydbTxxroq0=";
hash = "sha256-T58RiYZgOWdDXzl2s+BZlQpxvY5BqDFsyK+y2WaKB0E=";
};

propagatedBuildInputs = [
Expand Down
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/openstacksdk/tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
, testscenarios
}:

buildPythonPackage rec {
buildPythonPackage {
pname = "openstacksdk-tests";
inherit (openstacksdk) version;
format = "other";

src = openstacksdk.src;

Expand Down

0 comments on commit 29edfde

Please sign in to comment.