Skip to content

Commit

Permalink
python312Packages.ucsmsdk: 0.9.18 -> 0.9.19 (#338221)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Aug 31, 2024
2 parents d6b4401 + dd8e966 commit 91f90f3
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 91f90f3

Please sign in to comment.