python310Packages.dogpile-cache 0 -> 1 attrpath: python310Packages.dogpile-cache 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-dogpile-cache-1.2.0 Press Enter key to continue... Running update for: - python3.10-dogpile-cache-1.2.0: UPDATING ... - python3.10-dogpile-cache-1.2.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/dogpile-cache/default.nix b/pkgs/development/python-modules/dogpile-cache/default.nix index 4f5337fdb04c..c4939215f22f 100644 --- a/pkgs/development/python-modules/dogpile-cache/default.nix +++ b/pkgs/development/python-modules/dogpile-cache/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "dogpile-cache"; - version = "1.2.0"; + version = "1.2.2"; disabled = pythonOlder "3.6"; src = fetchPypi { pname = "dogpile.cache"; inherit version; - hash = "sha256-R1VMhgzrSE3Vrvn/H4j+yz1K72u5IRlFD1vLqgJrv7E="; + hash = "sha256-/ZAiwNnLra3yCUI5GpWtrylr6AtC2qjiAvjeHCHxmLI="; }; preCheck = '' No auto update branch exists Old version 1.2.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , setuptools , pytestCheckHook , mako , decorator , stevedore , typing-extensions }: buildPythonPackage rec { pname = "dogpile-cache"; version = "1.2.2"; format = "pyproject"; disabled = pythonOlder "3.6"; src = fetchPypi { pname = "dogpile.cache"; inherit version; hash = "sha256-/ZAiwNnLra3yCUI5GpWtrylr6AtC2qjiAvjeHCHxmLI="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ decorator stevedore typing-extensions ]; nativeCheckInputs = [ pytestCheckHook mako ]; meta = with lib; { description = "A caching front-end based on the Dogpile lock"; homepage = "https://github.com/sqlalchemy/dogpile.cache"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }