python3Packages.conda-package-streaming: 0.11.0 -> 0.12.0 (#423335)

This commit is contained in:
Aleksana 2025-07-14 21:39:18 +08:00 committed by GitHub
commit 04becc2748
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
}:
buildPythonPackage rec {
pname = "conda-package-streaming";
version = "0.11.0";
version = "0.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "conda";
repo = "conda-package-streaming";
tag = "v${version}";
hash = "sha256-Y0moewJROhybbyo263akbO20Q6As245ULKJikkWU4XE=";
hash = "sha256-BfvD+64c9uxBvEJnAuI4MaF0CqS9Gwnqx1Xi+l36Dwo=";
};
build-system = [ flit-core ];