python312Packages.libmambapy: 2024.08.31 -> 2024.09.20

This commit is contained in:
R. Ryantm 2024-09-23 15:46:58 +00:00
parent 71ade9dfb5
commit 54cf1e8f1f

View File

@ -22,14 +22,14 @@
}:
buildPythonPackage rec {
pname = "libmambapy";
version = "2024.08.31";
version = "2024.09.20";
pyproject = true;
src = fetchFromGitHub {
owner = "mamba-org";
repo = "mamba";
rev = "refs/tags/${version}";
hash = "sha256-RRHu0JM1okFprNIrQLLIYN7xZdZ+A6OuCZM5E1oPoFg=";
hash = "sha256-/mfZEfpB4CQ2f8zyzYbnjvBgK4VEPngTNQJT4Oh62Qs=";
};
nativeBuildInputs = [