python310Packages.wtf-peewee 0 -> 1 attrpath: python310Packages.wtf-peewee Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/cpc2q65v62savjkdr95d4giwnv3s33ir-packages.json.drv building '/nix/store/cpc2q65v62savjkdr95d4giwnv3s33ir-packages.json.drv'... Going to be running update for following packages: - python3.10-wtf-peewee-3.0.3 Press Enter key to continue... Running update for: - python3.10-wtf-peewee-3.0.3: UPDATING ... - python3.10-wtf-peewee-3.0.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/wtf-peewee/default.nix b/pkgs/development/python-modules/wtf-peewee/default.nix index 326a56461a45..9ccb5355f1fe 100644 --- a/pkgs/development/python-modules/wtf-peewee/default.nix +++ b/pkgs/development/python-modules/wtf-peewee/default.nix @@ -9,11 +9,11 @@ buildPythonPackage rec { pname = "wtf-peewee"; - version = "3.0.3"; + version = "3.0.4"; src = fetchPypi { inherit pname version; - sha256 = "faa953fe3f705d4f2b48f3c1a81c5c5a6a38f9ed1378c9a830e6efc1b0fccb15"; + sha256 = "sha256-cTbYRdvAUTY86MPR33BH+nA6H/epR8sgHDgOBQ/TUkQ="; }; patches = [ No auto update branch exists Old version 3.0.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools , peewee , wtforms , python }: buildPythonPackage rec { pname = "wtf-peewee"; version = "3.0.4"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-cTbYRdvAUTY86MPR33BH+nA6H/epR8sgHDgOBQ/TUkQ="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ peewee wtforms ]; checkPhase = '' runHook preCheck ${python.interpreter} runtests.py runHook postCheck ''; meta = with lib; { description = "WTForms integration for peewee models"; homepage = "https://github.com/coleifer/wtf-peewee/"; license = licenses.mit; maintainers = [ ]; }; }