Merge pull request #279335 from r-ryantm/auto-update/memtree

memtree: unstable-2023-11-22 -> unstable-2024-01-04
This commit is contained in:
Nick Cao 2024-01-07 10:51:43 -05:00 committed by GitHub
commit 6c319c7f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
python3Packages.buildPythonApplication {
pname = "memtree";
version = "unstable-2023-11-22";
version = "unstable-2024-01-04";
pyproject = true;
src = fetchFromGitHub {
owner = "nbraud";
repo = "memtree";
rev = "edc09d91dcd72f175d6adc1d08b261dd95cc4fbf";
hash = "sha256-YLZm0wjkjaTw/lHY5k4cqPXCgINe+49SGPLZq+eRdI4=";
rev = "97615952eabdc5e8e1a4bd590dd1f4971f3c5a24";
hash = "sha256-Ifp8hwkuyBw57fGer3GbDiJaRjL4TD3hzj+ecGXWqI0=";
};
nativeBuildInputs = with python3Packages; [