Unverified Commit 03c7b7fe authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.frozendict: 2.4.6 -> 2.4.7 (#461932)

parents 505d905d 10de6e5e
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