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