Unverified Commit 814a4e48 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.libmambapy: 2024.08.31 -> 2024.09.20 (#343989)

parents c3d4841b 54cf1e8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [