python310Packages.ucsmsdk 0.9.14 -> 0.9.15 https://repology.org/project/python:ucsmsdk/versions attrpath: python310Packages.ucsmsdk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7xz5kxinx9g772dqr2grbbq40wlwmsqf-packages.json.drv building '/nix/store/7xz5kxinx9g772dqr2grbbq40wlwmsqf-packages.json.drv'... Going to be running update for following packages: - python3.10-ucsmsdk-0.9.14 Press Enter key to continue... Running update for: - python3.10-ucsmsdk-0.9.14: UPDATING ... - python3.10-ucsmsdk-0.9.14: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/ucsmsdk/default.nix b/pkgs/development/python-modules/ucsmsdk/default.nix index f9d1cf6c1d79..90f5b783cc8d 100644 --- a/pkgs/development/python-modules/ucsmsdk/default.nix +++ b/pkgs/development/python-modules/ucsmsdk/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "ucsmsdk"; - version = "0.9.14"; + version = "0.9.15"; format = "setuptools"; src = fetchFromGitHub { owner = "CiscoUcs"; repo = "ucsmsdk"; - rev = "v${version}"; - hash = "sha256-lSkURvKRgW+qV1A8OT4WYsMGlxxIqaFnxQ3Rnlixdw0="; + rev = "refs/tags/v${version}"; + hash = "sha256-xNRfsIfhoVI5ORWn6NmLCuMMJregIZWQ20QBiBsA1Pc="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.9.14" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pyparsing , six }: buildPythonPackage rec { pname = "ucsmsdk"; version = "0.9.15"; format = "setuptools"; src = fetchFromGitHub { owner = "CiscoUcs"; repo = "ucsmsdk"; rev = "refs/tags/v${version}"; hash = "sha256-xNRfsIfhoVI5ORWn6NmLCuMMJregIZWQ20QBiBsA1Pc="; }; propagatedBuildInputs = [ pyparsing six ]; # most tests are broken doCheck = false; pythonImportsCheck = [ "ucsmsdk" ]; meta = with lib; { description = "Python SDK for Cisco UCS"; homepage = "https://github.com/CiscoUcs/ucsmsdk"; license = licenses.asl20; maintainers = with maintainers; [ SuperSandro2000 ]; }; }