python312Packages.conda: 24.5.0 -> 24.7.0

This commit is contained in:
R. Ryantm
2024-07-22 20:30:15 +00:00
parent 48b8f3cbb7
commit 306a57f42a
@@ -27,7 +27,7 @@
}:
buildPythonPackage rec {
pname = "conda";
version = "24.5.0";
version = "24.7.0";
pyproject = true;
src = fetchFromGitHub {
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "conda";
repo = "conda";
rev = "refs/tags/${version}";
hash = "sha256-DbgdTaCMWf0d3MLEMGoWxN3x37tAtoW8T7mm5279yqk=";
hash = "sha256-5Zj27rqULUThbLb5lbb4oynAYoqsDa0mTkNH9sLM3VU=";
};