2022-11-28T03:24:11 python310Packages.plyvel 0 -> 1 2022-11-28T03:24:13 attrpath: python310Packages.plyvel 2022-11-28T03:24:13 Checking auto update branch... 2022-11-28T03:24:18 [version] 2022-11-28T03:24:18 [version] skipping because derivation has updateScript 2022-11-28T03:24:18 [rustCrateVersion] 2022-11-28T03:24:18 [rustCrateVersion] No cargoSha256 found 2022-11-28T03:24:18 [golangModuleVersion] 2022-11-28T03:24:18 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-28T03:24:18 [updateScript] 2022-11-28T03:24:19 [updateScript] Success 2022-11-28T03:24:19 [updateScript] this derivation will be built: /nix/store/1l0hqs4q642wlh6fy2skcclbgmfvhg8a-packages.json.drv building '/nix/store/1l0hqs4q642wlh6fy2skcclbgmfvhg8a-packages.json.drv'... Going to be running update for following packages: - python3.10-plyvel-1.4.0 Press Enter key to continue... Running update for: - python3.10-plyvel-1.4.0: UPDATING ... - python3.10-plyvel-1.4.0: DONE. Packages updated! 2022-11-28T03:24:19 2022-11-28T03:24:19 [quotedUrls] 2022-11-28T03:24:20 [quotedUrls] nothing found to replace 2022-11-28T03:24:20 Diff after rewrites: diff --git a/pkgs/development/python-modules/plyvel/default.nix b/pkgs/development/python-modules/plyvel/default.nix index d47805bb643..09a1c31297b 100644 --- a/pkgs/development/python-modules/plyvel/default.nix +++ b/pkgs/development/python-modules/plyvel/default.nix @@ -8,11 +8,11 @@ buildPythonPackage rec { pname = "plyvel"; - version = "1.4.0"; + version = "1.5.0"; src = fetchPypi { inherit pname version; - sha256 = "4ea98bea04ebf0f44747bacdfafefc8827787106fbb787f0aedc46482b2dfd53"; + sha256 = "sha256-zZGOCzFpCrzT0gKodCyvlRqy/hVz3nr3HDhFaEf5ICs="; }; buildInputs = [ pkgs.leveldb ] ++ lib.optional isPy3k pytest; 2022-11-28T03:25:50 No auto update branch exists 2022-11-28T03:25:50 There might already be an open PR for this update: - python310Packages.plyvel: 1.4.0 -> 1.5.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/198576"