2022-12-25T03:16:31 python310Packages.torchvision 0 -> 1 2022-12-25T03:16:34 attrpath: python310Packages.torchvision 2022-12-25T03:16:34 Checking auto update branch... 2022-12-25T03:16:39 [version] 2022-12-25T03:16:39 [version] skipping because derivation has updateScript 2022-12-25T03:16:39 [rustCrateVersion] 2022-12-25T03:16:39 [rustCrateVersion] No cargoSha256 found 2022-12-25T03:16:39 [golangModuleVersion] 2022-12-25T03:16:39 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-25T03:16:39 [updateScript] 2022-12-25T03:16:43 [updateScript] Success 2022-12-25T03:16:43 [updateScript] warning: error: SQLite database '/nix/var/nix/db/db.sqlite' is busy this derivation will be built: /nix/store/252c5vv3ysac0cd1znfxjl9r18xz3l1g-packages.json.drv building '/nix/store/252c5vv3ysac0cd1znfxjl9r18xz3l1g-packages.json.drv'... Going to be running update for following packages: - python3.10-torchvision-0.14.0 Press Enter key to continue... Running update for: - python3.10-torchvision-0.14.0: UPDATING ... - python3.10-torchvision-0.14.0: DONE. Packages updated! 2022-12-25T03:16:43 2022-12-25T03:16:43 [quotedUrls] 2022-12-25T03:16:43 [quotedUrls] nothing found to replace 2022-12-25T03:16:43 Diff after rewrites: diff --git a/pkgs/development/python-modules/torchvision/default.nix b/pkgs/development/python-modules/torchvision/default.nix index 212401efe54..3d7ae3f584f 100644 --- a/pkgs/development/python-modules/torchvision/default.nix +++ b/pkgs/development/python-modules/torchvision/default.nix @@ -24,13 +24,13 @@ let cudaArchStr = lib.optionalString cudaSupport lib.strings.concatStringsSep ";" torch.cudaArchList; in buildPythonPackage rec { pname = "torchvision"; - version = "0.14.0"; + version = "0.14.1"; src = fetchFromGitHub { owner = "pytorch"; repo = "vision"; rev = "refs/tags/v${version}"; - hash = "sha256-uoy9okPvFH89FJPRRFseHQisw42mWCSuPNADoGa39fc="; + hash = "sha256-lKkEJolJQaLr1TVm44CizbJQedGa1wyy0cFWg2LTJN0="; }; nativeBuildInputs = [ libpng ninja which ] 2022-12-25T03:18:23 Python package with too many package rebuilds 34 > 25