python312Packages.conda-package-streaming: 0.10.0 -> 0.11.0 (#347663)

This commit is contained in:
Nick Cao
2024-10-10 17:59:31 -04:00
committed by GitHub
@@ -8,14 +8,14 @@
}:
buildPythonPackage rec {
pname = "conda-package-streaming";
version = "0.10.0";
version = "0.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "conda";
repo = "conda-package-streaming";
rev = "refs/tags/v${version}";
hash = "sha256-3TSjVISnUTReyKtt58RXCD30VodhiDDfJssM3PkP5Yk=";
hash = "sha256-Y0moewJROhybbyo263akbO20Q6As245ULKJikkWU4XE=";
};
build-system = [ flit-core ];