Merge pull request #137006 from r-ryantm/auto-update/python3.8-python-nomad

python38Packages.python-nomad: 1.3.0 -> 1.4.1
This commit is contained in:
Fabian Affolter 2021-09-08 08:53:24 +02:00 committed by GitHub
commit 3dcaf92e24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "python-nomad";
version = "1.3.0";
version = "1.4.1";
src = fetchPypi {
inherit pname version;
sha256 = "67731d050472923581c43a39a8f01567468e8b3c8e83465b762c99eb0e5e23bc";
sha256 = "087a7d5d2af9fd8ce5da70d29e4b456c6b8b0ea3cd16613ed50f6eb8ad6cdba6";
};
propagatedBuildInputs = [ requests ];