python312Packages.dvc-s3 3.0.1 -> 3.1.0 https://repology.org/project/python:dvc-s3/versions attrpath: python312Packages.dvc-s3 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/bvj4wfw3gs72n2xqgjanzbfk49zyiq10-packages.json.drv building '/nix/store/bvj4wfw3gs72n2xqgjanzbfk49zyiq10-packages.json.drv'... Going to be running update for following packages: - python3.12-dvc-s3-3.0.1 Press Enter key to continue... Running update for: - python3.12-dvc-s3-3.0.1: UPDATING ... - python3.12-dvc-s3-3.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dvc-s3/default.nix b/pkgs/development/python-modules/dvc-s3/default.nix index a15295649d4e..e112eca578c7 100644 --- a/pkgs/development/python-modules/dvc-s3/default.nix +++ b/pkgs/development/python-modules/dvc-s3/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "dvc-s3"; - version = "3.0.1"; + version = "3.1.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-ax2Wsjfvu4hoF99eDPT2sbFhl30wuYtGdEonYCCkJMY="; + hash = "sha256-0yD5FsinQat3cbmY5teClFS0KEGUvED2Ah/JCbTtZ/s="; }; # Prevent circular dependency No auto update branch exists There might already be an open PR for this update: - python311Packages.dvc-s3: 3.0.1 -> 3.1.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293415"