python310Packages.maxminddb 0 -> 1 attrpath: python310Packages.maxminddb 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ii6mpnqyh4k2r519dcz9r7nb1c94c35y-packages.json.drv building '/nix/store/ii6mpnqyh4k2r519dcz9r7nb1c94c35y-packages.json.drv'... Going to be running update for following packages: - python3.10-maxminddb-2.3.0 Press Enter key to continue... Running update for: - python3.10-maxminddb-2.3.0: UPDATING ... - python3.10-maxminddb-2.3.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/maxminddb/default.nix b/pkgs/development/python-modules/maxminddb/default.nix index b9ff8bf437b..12e5aa0bca7 100644 --- a/pkgs/development/python-modules/maxminddb/default.nix +++ b/pkgs/development/python-modules/maxminddb/default.nix @@ -11,12 +11,12 @@ buildPythonPackage rec { pname = "maxminddb"; - version = "2.3.0"; + version = "2.4.0"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "sha256-Egkg3d2VXzKuSMIHxs72/V3Ih0qIm6lLDywfc27N8wg="; + sha256 = "sha256-geVOU0CL1QJlDllpzLoWeAr2WewdscRLLJl+QzCl7ZY="; }; buildInputs = [ libmaxminddb ]; No auto update branch exists There might already be an open PR for this update: - python311Packages.maxminddb: 2.3.0 -> 2.4.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/241942"