python3Packages.cdcs: 0.2.6 -> 0.2.7

Diff: https://github.com/usnistgov/pycdcs/compare/v0.2.6...v0.2.7

Changelog: https://github.com/usnistgov/pycdcs/releases/tag/v0.2.7
This commit is contained in:
Fabian Affolter
2026-08-15 11:45:31 +02:00
parent 5851ce0e76
commit ac05c37a47

View File

@@ -8,23 +8,23 @@
pytestCheckHook,
requests,
responses,
setuptools,
tqdm,
uv-build,
}:
buildPythonPackage (finalAttrs: {
pname = "cdcs";
version = "0.2.6";
version = "0.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "usnistgov";
repo = "pycdcs";
tag = "v${finalAttrs.version}";
hash = "sha256-P6fFL9yqnVbeUNBejnTcFowcf9xZP6XwheHwNUZKKlM=";
hash = "sha256-UpPoTdcDDCmombeScFgjsFX+//Yfnn+ClDwYsZh0dxI=";
};
build-system = [ setuptools ];
build-system = [ uv-build ];
dependencies = [
ipython