Skip to content

Commit

Permalink
python312Packages.ucsmsdk: 0.9.19 -> 0.9.20 (#343381)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Sep 21, 2024
2 parents 8c81510 + cce8434 commit cc44d1b
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.19";
version = "0.9.20";
format = "setuptools";

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

propagatedBuildInputs = [
Expand Down

0 comments on commit cc44d1b

Please sign in to comment.