python311Packages.zconfig 3.6.1 -> 4.0 https://repology.org/project/python:zconfig/versions attrpath: python311Packages.zconfig 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/l92v031918g9afh67kb1wmk8pk4fbbq9-packages.json.drv building '/nix/store/l92v031918g9afh67kb1wmk8pk4fbbq9-packages.json.drv'... Going to be running update for following packages: - python3.11-ZConfig-3.6.1 Press Enter key to continue... Running update for: - python3.11-ZConfig-3.6.1: UPDATING ... - python3.11-ZConfig-3.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zconfig/default.nix b/pkgs/development/python-modules/zconfig/default.nix index c8e852135764..3ece9fe25039 100644 --- a/pkgs/development/python-modules/zconfig/default.nix +++ b/pkgs/development/python-modules/zconfig/default.nix @@ -10,11 +10,11 @@ buildPythonPackage rec { pname = "ZConfig"; - version = "3.6.1"; + version = "4.0"; src = fetchPypi { inherit pname version; - hash = "sha256-RCLH1mOvdizXeVd1NmvGpnq0QKGreW6w90JbDpA08HY="; + hash = "sha256-+NZC+6a6mNCGMb4sH3GtGVfAUf70qj0/ufHgjcYdAVY="; }; patches = lib.optional stdenv.hostPlatform.isMusl ./remove-setlocale-test.patch; No auto update branch exists There might already be an open PR for this update: - python310Packages.zconfig: 3.6.1 -> 4.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/280284"