Unverified Commit 0a74ffbb authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #309890 from r-ryantm/auto-update/python311Packages.nocasedict

python311Packages.nocasedict: 2.0.1 -> 2.0.3
parents 194e56c3 71fa2107
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

buildPythonPackage rec {
  pname = "nocasedict";
  version = "2.0.1";
  version = "2.0.3";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-lgy2mfEgnagKw546tQqnNC/oyp9wYGwjRHpRBVBDXlA=";
    hash = "sha256-HJImx/WoqXrVHcsK4xV6cg4/fLnEVo0i6joF4/hWWKk=";
  };

  propagatedBuildInputs = [