Fabian Affolter
2025-06-26 11:48:12 +02:00
parent 82eeda2ad6
commit 0b9e211741

View File

@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "cdcs";
version = "0.2.5";
version = "0.2.6";
pyproject = true;
src = fetchFromGitHub {
owner = "usnistgov";
repo = "pycdcs";
tag = "v${version}";
hash = "sha256-u3txoe8ZfofMqhDB1ZhNF0mq9fYgwotRguVUezhDvwk=";
hash = "sha256-P6fFL9yqnVbeUNBejnTcFowcf9xZP6XwheHwNUZKKlM=";
};
build-system = [ setuptools ];