2022-12-01T09:22:32 python310Packages.plyvel 0 -> 1 2022-12-01T09:22:34 attrpath: python310Packages.plyvel 2022-12-01T09:22:34 Checking auto update branch... 2022-12-01T09:22:39 [version] 2022-12-01T09:22:39 [version] skipping because derivation has updateScript 2022-12-01T09:22:39 [rustCrateVersion] 2022-12-01T09:22:39 [rustCrateVersion] No cargoSha256 found 2022-12-01T09:22:39 [golangModuleVersion] 2022-12-01T09:22:39 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-01T09:22:39 [updateScript] 2022-12-01T09:22:40 [updateScript] Success 2022-12-01T09:22:40 [updateScript] this derivation will be built: /nix/store/dvh79l5i09iv7kbhdrq45xj88v4zjp50-packages.json.drv building '/nix/store/dvh79l5i09iv7kbhdrq45xj88v4zjp50-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-12-01T09:22:40 2022-12-01T09:22:40 [quotedUrls] 2022-12-01T09:22:40 [quotedUrls] nothing found to replace 2022-12-01T09:22:41 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-12-01T09:24:09 No auto update branch exists 2022-12-01T09:24:09 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"