Commit 10de6e5e authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.frozendict: 2.4.6 -> 2.4.7

parent 3a3af266
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.6";
  version = "2.4.7";
  pyproject = true;

  disabled = pythonOlder "3.6";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "Marco-Sulla";
    repo = "python-frozendict";
    tag = "v${version}";
    hash = "sha256-cdKI0wIr0w6seV12cigqyJL6PSkLVzwVxASUB8n7lFY=";
    hash = "sha256-ehx8X3jbKls/DVgCzWJ+nTX+m/Cdknnu/sjrAMxnJFo=";
  };

  # build C version if it exists