Loading pkgs/development/python-modules/ucsmsdk/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -3,22 +3,25 @@ buildPythonPackage, fetchFromGitHub, pyparsing, setuptools, six, }: buildPythonPackage rec { pname = "ucsmsdk"; version = "0.9.21"; format = "setuptools"; version = "0.9.22"; pyproject = true; src = fetchFromGitHub { owner = "CiscoUcs"; repo = "ucsmsdk"; tag = "v${version}"; hash = "sha256-iqwU42Im4/YyxefkJZ8Zn5CddjUzuZk/7zjLD/0pHm4="; hash = "sha256-zpb43Id6uHBKpEORDGKNW8lXP10fQJm9lGOztxaTZSI="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ pyparsing six ]; Loading @@ -31,7 +34,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python SDK for Cisco UCS"; homepage = "https://github.com/CiscoUcs/ucsmsdk"; changelog = "https://github.com/CiscoUcs/ucsmsdk/blob/v${version}/HISTORY.rst"; changelog = "https://github.com/CiscoUcs/ucsmsdk/blob/${src.tag}/HISTORY.rst"; license = licenses.asl20; maintainers = with maintainers; [ SuperSandro2000 ]; }; Loading Loading
pkgs/development/python-modules/ucsmsdk/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -3,22 +3,25 @@ buildPythonPackage, fetchFromGitHub, pyparsing, setuptools, six, }: buildPythonPackage rec { pname = "ucsmsdk"; version = "0.9.21"; format = "setuptools"; version = "0.9.22"; pyproject = true; src = fetchFromGitHub { owner = "CiscoUcs"; repo = "ucsmsdk"; tag = "v${version}"; hash = "sha256-iqwU42Im4/YyxefkJZ8Zn5CddjUzuZk/7zjLD/0pHm4="; hash = "sha256-zpb43Id6uHBKpEORDGKNW8lXP10fQJm9lGOztxaTZSI="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ pyparsing six ]; Loading @@ -31,7 +34,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python SDK for Cisco UCS"; homepage = "https://github.com/CiscoUcs/ucsmsdk"; changelog = "https://github.com/CiscoUcs/ucsmsdk/blob/v${version}/HISTORY.rst"; changelog = "https://github.com/CiscoUcs/ucsmsdk/blob/${src.tag}/HISTORY.rst"; license = licenses.asl20; maintainers = with maintainers; [ SuperSandro2000 ]; }; Loading