Skip to content

Commit

Permalink
Merge pull request NixOS#314864 from sveitser/update-python-zconfig
Browse files Browse the repository at this point in the history
python3Packages.zconfig: 4.0 -> 4.1
  • Loading branch information
fabaff authored May 28, 2024
2 parents 5d6d058 + cdda685 commit ce717d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/python-modules/zconfig/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@

buildPythonPackage rec {
pname = "zconfig";
version = "4.0";
version = "4.1";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "ZConfig";
inherit version;
hash = "sha256-+NZC+6a6mNCGMb4sH3GtGVfAUf70qj0/ufHgjcYdAVY=";
inherit pname version;
hash = "sha256-tqed2hV/NpjIdo0s7cJjIW6K8kDTz50JoCpkKREU6yA=";
};

patches = lib.optional stdenv.hostPlatform.isMusl ./remove-setlocale-test.patch;
Expand Down

0 comments on commit ce717d8

Please sign in to comment.