python310Packages.python-nomad: 1.5.0 -> 2.0.0

This commit is contained in:
R. Ryantm
2023-06-04 06:07:07 +00:00
parent dd4982554e
commit a1daf9bdf6
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "python-nomad";
version = "1.5.0";
version = "2.0.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-VpngJvm9eK60lPeFIbjnTwzWWoJ9tRBDYP5SghDMbAg=";
hash = "sha256-5IyHNw1ArE8fU9DoSQMGkDI9d/OiR1YI/7nTPeFIK+A=";
};
propagatedBuildInputs = [ requests ];