Merge pull request #307075 from r-ryantm/auto-update/python311Packages.conda

python311Packages.conda: 24.1.2 -> 24.4.0
This commit is contained in:
Weijia Wang 2024-05-04 17:00:52 +02:00 committed by GitHub
commit daa2972439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,15 +27,15 @@
}:
buildPythonPackage rec {
pname = "conda";
version = "24.1.2";
version = "24.4.0";
pyproject = true;
src = fetchFromGitHub {
inherit pname version;
owner = "conda";
repo = "conda";
rev = version;
hash = "sha256-L/Y7Bb3R5YqXbjTN4CRPFnkgymVLrxuFmjVzpvt28dE=";
rev = "refs/tags/${version}";
hash = "sha256-LdoBlR5EFYd2mQIjOgp1MH3w6osfRfurPq+N5Y1iaFw=";
};
nativeBuildInputs = [ pythonRelaxDepsHook ];