python310Packages.wsme 0.11.0 -> 0.12.1 https://repology.org/project/python:wsme/versions attrpath: python310Packages.wsme 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/dam58aq3lqhqk31xh2zrh8g61y01k2zc-packages.json.drv building '/nix/store/dam58aq3lqhqk31xh2zrh8g61y01k2zc-packages.json.drv'... Going to be running update for following packages: - python3.10-wsme-0.11.0 Press Enter key to continue... Running update for: - python3.10-wsme-0.11.0: UPDATING ... - python3.10-wsme-0.11.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/wsme/default.nix b/pkgs/development/python-modules/wsme/default.nix index a818b3baf4b4..9f5c7beb8675 100644 --- a/pkgs/development/python-modules/wsme/default.nix +++ b/pkgs/development/python-modules/wsme/default.nix @@ -22,14 +22,14 @@ buildPythonPackage rec { pname = "wsme"; - version = "0.11.0"; + version = "0.12.1"; disabled = pythonAtLeast "3.9"; src = fetchPypi { pname = "WSME"; inherit version; - sha256 = "bd2dfc715bedcc8f4649611bc0c8a238f483dc01cff7102bc1efa6bea207b64b"; + sha256 = "sha256-m36yJErzxwSskUte0iGVS7aK3QqLKy84okSwZ7M3mS0="; }; nativeBuildInputs = [ pbr ]; No auto update branch exists Update edits cause no rebuilds.