python312Packages.python-dotenv 1.0.0 -> 1.0.1 https://github.com/theskumar/python-dotenv/releases attrpath: python312Packages.python-dotenv 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/6nhsc7bxyviwazvf82339ahq05ss1xvw-packages.json.drv building '/nix/store/6nhsc7bxyviwazvf82339ahq05ss1xvw-packages.json.drv'... Going to be running update for following packages: - python3.12-python-dotenv-1.0.0 Press Enter key to continue... Running update for: - python3.12-python-dotenv-1.0.0: UPDATING ... - python3.12-python-dotenv-1.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-dotenv/default.nix b/pkgs/development/python-modules/python-dotenv/default.nix index b335a8a9831c..47b60bd2a2d8 100644 --- a/pkgs/development/python-modules/python-dotenv/default.nix +++ b/pkgs/development/python-modules/python-dotenv/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "python-dotenv"; - version = "1.0.0"; + version = "1.0.1"; format = "setuptools"; disabled = pythonOlder "3.5"; src = fetchPypi { inherit pname version; - hash = "sha256-qN+WA0qubS1QpOvoIWMmxhw+tkg2d2UE/MpBDlk3o7o="; + hash = "sha256-4yTukKAj2AjxlZxGvLwERGoQztJ3eD3G7gmYfDfsEMo="; }; propagatedBuildInputs = [ click ]; No auto update branch exists Old version 1.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , click , fetchPypi , ipython , mock , pytestCheckHook , pythonOlder , sh }: buildPythonPackage rec { pname = "python-dotenv"; version = "1.0.1"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-4yTukKAj2AjxlZxGvLwERGoQztJ3eD3G7gmYfDfsEMo="; }; propagatedBuildInputs = [ click ]; nativeCheckInputs = [ ipython mock pytestCheckHook sh ]; disabledTests = [ "cli" ]; pythonImportsCheck = [ "dotenv" ]; meta = with lib; { description = "Add .env support to your django/flask apps in development and deployments"; homepage = "https://github.com/theskumar/python-dotenv"; license = licenses.bsdOriginal; maintainers = with maintainers; [ erikarvstedt ]; }; }