Skip to content

Commit

Permalink
python312Packages.ucsmsdk: 0.9.18 -> 0.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 29, 2024
1 parent b4f7fb7 commit dd8e966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ucsmsdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "ucsmsdk";
version = "0.9.18";
version = "0.9.19";
format = "setuptools";

src = fetchFromGitHub {
owner = "CiscoUcs";
repo = "ucsmsdk";
rev = "refs/tags/v${version}";
hash = "sha256-9LCrjelxx8HxIEiSdsvtvm31XiE11Gnp0suapmo2L5Q=";
hash = "sha256-PPxslqY8v6WbRiRXnR9jVSGAo8k89lHomXpqgSK0meo=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit dd8e966

Please sign in to comment.