python3Packages.conda: 24.7.1 -> 25.1.0

This commit is contained in:
Martin Weinelt
2025-01-27 10:54:58 +01:00
parent 7ef5b13785
commit ed3b6b5145
@@ -28,7 +28,7 @@
buildPythonPackage rec {
__structuredAttrs = true;
pname = "conda";
version = "24.7.1";
version = "25.1.0";
pyproject = true;
src = fetchFromGitHub {
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "conda";
repo = "conda";
tag = version;
hash = "sha256-e+C+tSUdSGyotuZzkOuV0e0hOj+MZRuq1fHzsu3LERQ=";
hash = "sha256-JyAdGVddxUaFWWgReQxMeGI//mvKJUdxEFv6G0A9z3U=";
};
build-system = [