python310Packages.multipledispatch 0 -> 1 attrpath: python310Packages.multipledispatch 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/ldh76vyhkskvahwrwy59p3fv71hs1hgb-packages.json.drv building '/nix/store/ldh76vyhkskvahwrwy59p3fv71hs1hgb-packages.json.drv'... Going to be running update for following packages: - python3.10-multipledispatch-0.6.0 Press Enter key to continue... Running update for: - python3.10-multipledispatch-0.6.0: UPDATING ... - python3.10-multipledispatch-0.6.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/multipledispatch/default.nix b/pkgs/development/python-modules/multipledispatch/default.nix index ed55b0421cd8..0953e46a5545 100644 --- a/pkgs/development/python-modules/multipledispatch/default.nix +++ b/pkgs/development/python-modules/multipledispatch/default.nix @@ -6,11 +6,11 @@ buildPythonPackage rec { pname = "multipledispatch"; - version = "0.6.0"; + version = "1.0.0"; src = fetchPypi { inherit pname version; - sha256 = "a7ab1451fd0bf9b92cab3edbd7b205622fb767aeefb4fb536c2e3de9e0a38bea"; + sha256 = "sha256-XIOZFUZcaCBsPpxHM1eQghbCg4O0JTYeXRRFlL+Fp+A="; }; # No tests in archive No auto update branch exists Old version 0.6.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , six }: buildPythonPackage rec { pname = "multipledispatch"; version = "1.0.0"; src = fetchPypi { inherit pname version; sha256 = "sha256-XIOZFUZcaCBsPpxHM1eQghbCg4O0JTYeXRRFlL+Fp+A="; }; # No tests in archive doCheck = false; propagatedBuildInputs = [ six ]; meta = { homepage = "https://github.com/mrocklin/multipledispatch/"; description = "A relatively sane approach to multiple dispatch in Python"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fridh ]; }; }