python310Packages.munch 2.5.0 -> 4.0.0 https://repology.org/project/python:munch/versions attrpath: python310Packages.munch 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/dijaw4wyzgrwcf7h5cmgf39sv5fw0wnw-packages.json.drv building '/nix/store/dijaw4wyzgrwcf7h5cmgf39sv5fw0wnw-packages.json.drv'... Going to be running update for following packages: - python3.10-munch-2.5.0 Press Enter key to continue... Running update for: - python3.10-munch-2.5.0: UPDATING ... - python3.10-munch-2.5.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/munch/default.nix b/pkgs/development/python-modules/munch/default.nix index f6ca7c1d6905..0ff62dcbee2b 100644 --- a/pkgs/development/python-modules/munch/default.nix +++ b/pkgs/development/python-modules/munch/default.nix @@ -7,11 +7,11 @@ buildPythonPackage rec { pname = "munch"; - version = "2.5.0"; + version = "4.0.0"; src = fetchPypi { inherit pname version; - sha256 = "2d735f6f24d4dba3417fa448cae40c6e896ec1fdab6cdb5e6510999758a4dbd2"; + sha256 = "sha256-VCyxUUYSYyFqTjfD/Zr8Ql/urziqowJc0qmB+ttCIjU="; }; propagatedBuildInputs = [ six pbr ]; No auto update branch exists Old version 2.5.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , six , pbr }: buildPythonPackage rec { pname = "munch"; version = "4.0.0"; src = fetchPypi { inherit pname version; sha256 = "sha256-VCyxUUYSYyFqTjfD/Zr8Ql/urziqowJc0qmB+ttCIjU="; }; propagatedBuildInputs = [ six pbr ]; # No tests in archive doCheck = false; meta = with lib; { description = "A dot-accessible dictionary (a la JavaScript objects)"; license = licenses.mit; homepage = "https://github.com/Infinidat/munch"; }; }