python310Packages.dm-env 0 -> 1 attrpath: python310Packages.dm-env 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/xhyr1ifbl4fxylbz7n2padg5bkwlx8yq-packages.json.drv building '/nix/store/xhyr1ifbl4fxylbz7n2padg5bkwlx8yq-packages.json.drv'... Going to be running update for following packages: - python3.10-dm-env-1.5 Press Enter key to continue... Running update for: - python3.10-dm-env-1.5: UPDATING ... - python3.10-dm-env-1.5: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/dm-env/default.nix b/pkgs/development/python-modules/dm-env/default.nix index 92c234c215c..37e645c1ec3 100644 --- a/pkgs/development/python-modules/dm-env/default.nix +++ b/pkgs/development/python-modules/dm-env/default.nix @@ -8,11 +8,11 @@ buildPythonPackage rec { pname = "dm-env"; - version = "1.5"; + version = "1.6"; src = fetchPypi { inherit pname version; - sha256 = "sha256-Pv2ZsGUlY1mVB8QV1ItRiWyIvi8BwrYlCvi6tRVx41M="; + sha256 = "sha256-pDbrHGVMOeDJhqUWzuIYvqcUC1EPzv9j+X60/P89k94="; }; buildInputs = [ No auto update branch exists Old version 1.5" not present in staging derivation file with contents: { lib , fetchPypi , buildPythonPackage , dm-tree , numpy , absl-py , nose }: buildPythonPackage rec { pname = "dm-env"; version = "1.6"; src = fetchPypi { inherit pname version; sha256 = "sha256-pDbrHGVMOeDJhqUWzuIYvqcUC1EPzv9j+X60/P89k94="; }; buildInputs = [ absl-py dm-tree numpy ]; checkInputs = [ nose ]; pythonImportsCheck = [ "dm_env" ]; meta = with lib; { description = "Pure Python client for Apache Kafka"; homepage = "https://github.com/dpkp/kafka-python"; license = licenses.asl20; maintainers = with maintainers; [ onny ]; }; }