Commit 5e196550 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.frozendict: 2.4.3 -> 2.4.4

parent 80bfa2e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "frozendict";
  version = "2.4.3";
  version = "2.4.4";
  pyproject = true;

  disabled = pythonOlder "3.6";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "Marco-Sulla";
    repo = "python-frozendict";
    rev = "refs/tags/v${version}";
    hash = "sha256-DGSHQbVfqkaHgxL2bBXSxKqshTdWqp1z2F+YA9lu20E=";
    hash = "sha256-TgXhffUvx74fU2SgDV04R1yS9xGbiP/ksQ+3KGT5bdQ=";
  };

  # build C version if it exists