python310Packages.duo-client 0 -> 1 attrpath: python310Packages.duo-client 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/026r0yisghc93z8ds3i2s7agnqxcf2sn-packages.json.drv building '/nix/store/026r0yisghc93z8ds3i2s7agnqxcf2sn-packages.json.drv'... Going to be running update for following packages: - python3.10-duo-client-4.7.1 Press Enter key to continue... Running update for: - python3.10-duo-client-4.7.1: UPDATING ... - python3.10-duo-client-4.7.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/duo-client/default.nix b/pkgs/development/python-modules/duo-client/default.nix index 088e9dc844cb..b500813795a0 100644 --- a/pkgs/development/python-modules/duo-client/default.nix +++ b/pkgs/development/python-modules/duo-client/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "duo-client"; - version = "4.7.1"; + version = "5.1.0"; src = fetchFromGitHub { owner = "duosecurity"; repo = "duo_client_python"; rev = "refs/tags/${version}"; - hash = "sha256-nnKujvhOtuNnlFrbmYtD7L++S7DK0Qqrc0LyAVYe7Xg="; + hash = "sha256-EL+0mcYju/DzSippoY3J6kJabtY1iZwbWbi3iHIIZCY="; }; postPatch = '' No auto update branch exists Old version 4.7.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , freezegun , mock , nose2 , pytz , setuptools , six }: buildPythonPackage rec { pname = "duo-client"; version = "5.0.1"; src = fetchFromGitHub { owner = "duosecurity"; repo = "duo_client_python"; rev = "refs/tags/${version}"; hash = "sha256-G0XLZZaQTPD64WXN34wq2z+YtzECgtC2nJXzDxAlgyg="; }; postPatch = '' substituteInPlace requirements-dev.txt \ --replace "dlint" "" \ --replace "flake8" "" ''; propagatedBuildInputs = [ setuptools six ]; nativeCheckInputs = [ freezegun mock nose2 pytz ]; pythonImportsCheck = [ "duo_client" ]; meta = with lib; { description = "Python library for interacting with the Duo Auth, Admin, and Accounts APIs"; homepage = "https://github.com/duosecurity/duo_client_python"; changelog = "https://github.com/duosecurity/duo_client_python/releases/tag/${version}"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }