python312Packages.conda-libmamba-solver: 25.3.0 -> 25.4.0 (#402447)

authored by OTABI Tomoya and committed by GitHub 3c16ed02 0692911d

+2 -4
+2 -4
pkgs/development/python-modules/conda-libmamba-solver/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - libmambapy, 6 hatchling, 7 hatch-vcs, 8 boltons, 9 }: 10 buildPythonPackage rec { 11 pname = "conda-libmamba-solver"; 12 - version = "25.3.0"; 13 pyproject = true; 14 15 src = fetchFromGitHub { ··· 17 owner = "conda"; 18 repo = "conda-libmamba-solver"; 19 tag = version; 20 - hash = "sha256-7iWrvh82MOkj1tgR0M8mdv8NLGckI4fxIV4rl1DI4w0="; 21 }; 22 23 build-system = [ ··· 27 28 dependencies = [ 29 boltons 30 - libmambapy 31 ]; 32 33 # this package depends on conda for the import to run successfully, but conda depends on this package to execute.
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 hatchling, 6 hatch-vcs, 7 boltons, 8 }: 9 buildPythonPackage rec { 10 pname = "conda-libmamba-solver"; 11 + version = "25.4.0"; 12 pyproject = true; 13 14 src = fetchFromGitHub { ··· 16 owner = "conda"; 17 repo = "conda-libmamba-solver"; 18 tag = version; 19 + hash = "sha256-DnRy5ntSjKADeHbqvLJz62WlLbM94U7urZLJg+Tpqbw="; 20 }; 21 22 build-system = [ ··· 26 27 dependencies = [ 28 boltons 29 ]; 30 31 # this package depends on conda for the import to run successfully, but conda depends on this package to execute.