python310Packages.asyncssh 0 -> 1 attrpath: python310Packages.asyncssh 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7ckypmp7k2n6xnlw5pssli1igmyxraar-packages.json.drv building '/nix/store/7ckypmp7k2n6xnlw5pssli1igmyxraar-packages.json.drv'... Going to be running update for following packages: - python3.10-asyncssh-2.13.1 Press Enter key to continue... Running update for: - python3.10-asyncssh-2.13.1: UPDATING ... - python3.10-asyncssh-2.13.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/asyncssh/default.nix b/pkgs/development/python-modules/asyncssh/default.nix index 0e95beec83e..3f52c3acd35 100644 --- a/pkgs/development/python-modules/asyncssh/default.nix +++ b/pkgs/development/python-modules/asyncssh/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "asyncssh"; - version = "2.13.1"; + version = "2.13.2"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-67uDwFwLRc8jDeHvLwYFnjYPmvpcPd9g/JL697lP+Ic="; + hash = "sha256-mR5THEu32+xit1SHjZajJGM4qsEaKM48PpkBj7L1gow="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python310Packages.asyncssh: 2.13.1 -> 2.13.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/239149"