python3Packages.conda-package-handling: 2.2.0 -> 2.3.0

This commit is contained in:
Martin Weinelt
2024-06-24 12:14:49 +02:00
parent dc9654c6a7
commit 4f41abf0ae
@@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
pname = "conda-package-handling";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "conda";
repo = "conda-package-handling";
rev = version;
hash = "sha256-WeGfmT6lLwcwhheLBPMFcVMudY+zPsvTuXuOsiEAorQ=";
rev = "refs/tags/${version}";
hash = "sha256-Mo3qCNA/NtVtrsJmJ96ST6GMt2basSh5KlFBkrJ4pGE=";
};
pyproject = true;