python312Packages.conda-package-streaming: 0.10.0 -> 0.11.0 (#347663)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user