python312Packages.conda-package-streaming: 0.10.0 -> 0.11.0

This commit is contained in:
R. Ryantm
2024-10-10 05:04:37 +00:00
parent 9ee9cac888
commit d712d4c688
@@ -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 ];