Skip to content

Commit

Permalink
python310Packages.zconfig: 3.6.1 -> 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2024
1 parent 3d1fe14 commit a6fb345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/zconfig/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a6fb345

Please sign in to comment.