python310Packages.daiquiri 0 -> 1 attrpath: python310Packages.daiquiri 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] Going to be running update for following packages: - python3.10-daiquiri-3.2.1 Press Enter key to continue... Running update for: - python3.10-daiquiri-3.2.1: UPDATING ... - python3.10-daiquiri-3.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/daiquiri/default.nix b/pkgs/development/python-modules/daiquiri/default.nix index 9c5a0abdbd1c..054b3887271e 100644 --- a/pkgs/development/python-modules/daiquiri/default.nix +++ b/pkgs/development/python-modules/daiquiri/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "daiquiri"; - version = "3.2.1"; + version = "3.2.3"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-QIxNKOyPDqI+llN0R5gpvSI2TQwI15HL63u6JFlj4P0="; + hash = "sha256-P8rvN2/WgIi5I5E3R6t+4S2Lf7Kvf4xfIOWYCZfp6DU="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.2.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook , python-json-logger , setuptools , setuptools-scm }: buildPythonPackage rec { pname = "daiquiri"; version = "3.2.3"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-P8rvN2/WgIi5I5E3R6t+4S2Lf7Kvf4xfIOWYCZfp6DU="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ python-json-logger ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "daiquiri" ]; meta = with lib; { description = "Library to configure Python logging easily"; homepage = "https://github.com/Mergifyio/daiquiri"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; }