mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user