python3.pkgs.atomman: 1.4.6 -> unstable-2023-07-28

This commit is contained in:
Theodore Ni 2023-08-07 11:29:25 -07:00
parent 462b4c7567
commit b199261a24
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -11,20 +11,19 @@
, phonopy
, potentials
, pymatgen
, pytest
, pytestCheckHook
, pythonOlder
, pythonAtLeast
, requests
, scipy
, setuptools
, toolz
, wheel
, xmltodict
, pythonRelaxDepsHook
}:
buildPythonPackage rec {
version = "1.4.6";
version = "unstable-2023-07-28";
pname = "atomman";
format = "pyproject";
@ -33,12 +32,13 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "usnistgov";
repo = "atomman";
rev = "v${version}";
hash = "sha256-tcsxtFbBdMC6+ixzqhnR+5UNwcQmnPQSvuyNA2IYelI=";
rev = "b8af21a9285959d38ee26173081db1b4488401bc";
hash = "sha256-WfB+OY61IPprT6OCVHl8VA60p7lLVkRGuyYX+nm7bbA=";
};
nativeBuildInputs = [
setuptools
wheel
pythonRelaxDepsHook
];
@ -70,7 +70,6 @@ buildPythonPackage rec {
ase
phonopy
pymatgen
pytest
pytestCheckHook
];