Commit 5d664972 authored by nicoo's avatar nicoo
Browse files

memtree: unstable-2023-11-04 → 2023-11-22

parent 6ac78f11
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication {
  pname = "memtree";
  version = "unstable-2023-11-04";
  version = "unstable-2023-11-22";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "nbraud";
    repo = "memtree";
    rev = "093caeef26ee944b5bf4408710f63494e442b5ff";
    hash = "sha256-j4LqWy7DxeV7pjwnCfpkHwug4p48kux6BM6oDJmvuUo=";
    rev = "edc09d91dcd72f175d6adc1d08b261dd95cc4fbf";
    hash = "sha256-YLZm0wjkjaTw/lHY5k4cqPXCgINe+49SGPLZq+eRdI4=";
  };

  nativeBuildInputs = with python3Packages; [