Commit 698dfade authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.immutabledict: 4.0.0 -> 4.1.0

parent 3fd2c02d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "immutabledict";
  version = "4.0.0";
  version = "4.1.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "corenting";
    repo = "immutabledict";
    rev = "refs/tags/v${version}";
    hash = "sha256-z03s2mOJiMVnvLmeFJFgCRvkP+9VUcALiIoIPBAHUPw=";
    hash = "sha256-c76apNW6nlxL9paevqKpPw5RpDLMpYnbVabCCIrW3pw=";
  };

  nativeBuildInputs = [