python311Packages.pyradios 2.0.0 -> 2.1.0 https://repology.org/project/python:pyradios/versions attrpath: python311Packages.pyradios 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/r91ih95wb807fsm0bm6hdxwgbn6i46rf-packages.json.drv building '/nix/store/r91ih95wb807fsm0bm6hdxwgbn6i46rf-packages.json.drv'... Going to be running update for following packages: - python3.11-pyradios-2.0.0 Press Enter key to continue... Running update for: - python3.11-pyradios-2.0.0: UPDATING ... - python3.11-pyradios-2.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyradios/default.nix b/pkgs/development/python-modules/pyradios/default.nix index 8f9b96e5d12a..996de469bca9 100644 --- a/pkgs/development/python-modules/pyradios/default.nix +++ b/pkgs/development/python-modules/pyradios/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "pyradios"; - version = "2.0.0"; + version = "2.1.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-Uqg/owmf2popAhyanAUIdSWpXAGCWkQja4P944BpNhc="; + hash = "sha256-XTpw8bgFZo35PJngr9oweU6fY3KAphJsrEhkKzWHLIA="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python310Packages.pyradios: 2.0.0 -> 2.1.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/275954"